Color Hex Logo

#d94ccb Color Hex

#D94CCB
(217,76,203)
0 Favorites   0 Comments

Color spaces of #d94ccb

RGB 21776203
HSL0.850.650.57
HSV306°65°85°
CMYK 0.000.650.06   0.15
XYZ41.979224.232458.9647
Yxy24.23240.33540.1936
Hunter Lab49.226466.0746-36.5606
CIE-Lab56.319769.0522-38.3307

#d94ccb color RGB value is (217,76,203).

#d94ccb hex color red value is 217, green value is 76 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d94ccb hue: 0.85 , saturation: 0.65 and the lightness value of d94ccb is 0.57.

The process color (four color CMYK) of #d94ccb color hex is 0.00, 0.65, 0.06, 0.15. Web safe color of #d94ccb is #cc33cc. Color #d94ccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001100 11001011
Octal 331 114 313
Decimal 217 76 203
Hex D9 4C CB

RGB Percentages of Color #d94ccb

%43.75
%15.32
%40.93

CMYK Percentages of Color #d94ccb

%0
%65
%6
%15

Triadic Colors of #d94ccb

#d94ccb #cbd94c #4ccbd9

Analogous Colors of #d94ccb

#d94ccb #d94c85 #a14cd9

Monochromatic Colors of #d94ccb

#d94ccb

Complementary Color

#d94ccb #4cd95a

#d94ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94ccb Color CSS Codes

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

#d94ccb Text Font Color

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

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


#d94ccb Background Color

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

This div background color is #d94ccb


#d94ccb Border Color

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

This div border color is #d94ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94ccb


Comments

No comments written yet.

Please login to write comment.