Color Hex Logo

#d473cb Color Hex

#D473CB
(212,115,203)
0 Favorites   0 Comments

Color spaces of #d473cb

RGB 212115203
HSL0.850.530.64
HSV306°46°83°
CMYK 0.000.460.04   0.17
XYZ44.061630.570360.0783
Yxy30.57030.32710.2269
Hunter Lab55.290445.4906-25.7209
CIE-Lab62.143250.1458-29.3101

#d473cb color RGB value is (212,115,203).

#d473cb hex color red value is 212, green value is 115 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d473cb hue: 0.85 , saturation: 0.53 and the lightness value of d473cb is 0.64.

The process color (four color CMYK) of #d473cb color hex is 0.00, 0.46, 0.04, 0.17. Web safe color of #d473cb is #cc66cc. Color #d473cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110011 11001011
Octal 324 163 313
Decimal 212 115 203
Hex D4 73 CB

RGB Percentages of Color #d473cb

%40.00
%21.70
%38.30

CMYK Percentages of Color #d473cb

%0
%46
%4
%17

Triadic Colors of #d473cb

#d473cb #cbd473 #73cbd4

Analogous Colors of #d473cb

#d473cb #d4739b #ad73d4

Monochromatic Colors of #d473cb

#d473cb

Complementary Color

#d473cb #73d47c

#d473cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d473cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d473cb Color CSS Codes

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

#d473cb Text Font Color

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

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


#d473cb Background Color

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

This div background color is #d473cb


#d473cb Border Color

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

This div border color is #d473cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d473cb


Comments

No comments written yet.

Please login to write comment.