color codes Logo

#d53dbb color codes

#D53DBB
(213,61,187)
0 Favorites   0 Comments

Color spaces of #d53dbb

RGB 21361187
HSL0.860.640.54
HSV310°71°84°
CMYK 0.000.710.12   0.16
XYZ38.079021.071549.0739
Yxy21.07150.35190.1947
Hunter Lab45.903767.7416-31.2521
CIE-Lab53.027771.0645-34.3285

#d53dbb color RGB value is (213,61,187).

#d53dbb hex color red value is 213, green value is 61 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d53dbb hue: 0.86 , saturation: 0.64 and the lightness value of d53dbb is 0.54.

The process color (four color CMYK) of #d53dbb color code is 0.00, 0.71, 0.12, 0.16. Web safe color of #d53dbb is #cc33cc. Color #d53dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111101 10111011
Octal 325 75 273
Decimal 213 61 187
Hex D5 3D BB

RGB Percentages of Color #d53dbb

%46.20
%13.23
%40.56

CMYK Percentages of Color #d53dbb

%0
%71
%12
%16

Triadic Colors of #d53dbb

#d53dbb #bbd53d #3dbbd5

Analogous Colors of #d53dbb

#d53dbb #d53d6f #a33dd5

Monochromatic Colors of #d53dbb

#d53dbb

Complementary Color

#d53dbb #3dd557

#d53dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53dbb Color CSS Codes

.mybgcolor {background-color:#d53dbb; } 
.myforecolor {color:#d53dbb; }
.mybordercolor {border:3px solid #d53dbb; }

#d53dbb Text Font Color

<p style="color:#d53dbb">Text here</p>

This sample text font color is #d53dbb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d53dbb Background Color

<div style="background-color:#d53dbb">
Div content here</div>

This div background color is #d53dbb


#d53dbb Border Color

<div style="border:3px solid #d53dbb">
Div here</div>

This div border color is #d53dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,61,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d53dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d53dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #d53dbb;
  box-shadow:         1px 1px 3px 2px #d53dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,61,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d53dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d53dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #d53dbb;
  box-shadow:         1px 1px 3px 2px #d53dbb;">
Div content here</div>

This div box has shadow with color #d53dbb


Comments

No comments written yet.

Please login to write comment.