Color Hex Logo

#d504cb Color Hex

#D504CB
(213,4,203)
0 Favorites   0 Comments

Color spaces of #d504cb

RGB 2134203
HSL0.840.960.43
HSV303°98°84°
CMYK 0.000.980.05   0.16
XYZ38.263518.544858.0627
Yxy18.54480.33310.1614
Hunter Lab43.063783.2417-49.7961
CIE-Lab50.150384.0611-48.1321

#d504cb color RGB value is (213,4,203).

#d504cb hex color red value is 213, green value is 4 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d504cb hue: 0.84 , saturation: 0.96 and the lightness value of d504cb is 0.43.

The process color (four color CMYK) of #d504cb color hex is 0.00, 0.98, 0.05, 0.16. Web safe color of #d504cb is #cc00cc. Color #d504cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000100 11001011
Octal 325 4 313
Decimal 213 4 203
Hex D5 4 CB

RGB Percentages of Color #d504cb

%50.71
%0.95
%48.33

CMYK Percentages of Color #d504cb

%0
%98
%5
%16

Triadic Colors of #d504cb

#d504cb #cbd504 #04cbd5

Analogous Colors of #d504cb

#d504cb #d50462 #7704d5

Monochromatic Colors of #d504cb

#d504cb

Complementary Color

#d504cb #04d50e

#d504cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d504cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d504cb Color CSS Codes

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

#d504cb Text Font Color

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

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


#d504cb Background Color

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

This div background color is #d504cb


#d504cb Border Color

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

This div border color is #d504cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,4,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 #d504cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d504cb


Comments

No comments written yet.

Please login to write comment.