Color Hex Logo

#d549cb Color Hex

#D549CB
(213,73,203)
0 Favorites   0 Comments

Color spaces of #d549cb

RGB 21373203
HSL0.850.630.56
HSV304°66°84°
CMYK 0.000.660.05   0.16
XYZ40.602623.223058.8424
Yxy23.22300.33100.1893
Hunter Lab48.190266.0619-38.6625
CIE-Lab55.301369.2334-39.9739

#d549cb color RGB value is (213,73,203).

#d549cb hex color red value is 213, green value is 73 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d549cb hue: 0.85 , saturation: 0.63 and the lightness value of d549cb is 0.56.

The process color (four color CMYK) of #d549cb color hex is 0.00, 0.66, 0.05, 0.16. Web safe color of #d549cb is #cc33cc. Color #d549cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001001 11001011
Octal 325 111 313
Decimal 213 73 203
Hex D5 49 CB

RGB Percentages of Color #d549cb

%43.56
%14.93
%41.51

CMYK Percentages of Color #d549cb

%0
%66
%5
%16

Triadic Colors of #d549cb

#d549cb #cbd549 #49cbd5

Analogous Colors of #d549cb

#d549cb #d54985 #9949d5

Monochromatic Colors of #d549cb

#d549cb

Complementary Color

#d549cb #49d553

#d549cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d549cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d549cb Color CSS Codes

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

#d549cb Text Font Color

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

This sample text font color is #d549cb
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.


#d549cb Background Color

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

This div background color is #d549cb


#d549cb Border Color

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

This div border color is #d549cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d549cb


Comments

No comments written yet.

Please login to write comment.