Color Hex Logo

#d94bcb Color Hex

#D94BCB
(217,75,203)
0 Favorites   0 Comments

Color spaces of #d94bcb

RGB 21775203
HSL0.850.650.57
HSV306°65°85°
CMYK 0.000.650.06   0.15
XYZ41.910824.095758.9419
Yxy24.09570.33540.1928
Hunter Lab49.087466.5004-36.8316
CIE-Lab56.183569.4325-38.5446

#d94bcb color RGB value is (217,75,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001011 11001011
Octal 331 113 313
Decimal 217 75 203
Hex D9 4B CB

RGB Percentages of Color #d94bcb

%43.84
%15.15
%41.01

CMYK Percentages of Color #d94bcb

%0
%65
%6
%15

Triadic Colors of #d94bcb

#d94bcb #cbd94b #4bcbd9

Analogous Colors of #d94bcb

#d94bcb #d94b84 #a04bd9

Monochromatic Colors of #d94bcb

#d94bcb

Complementary Color

#d94bcb #4bd959

#d94bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94bcb Color CSS Codes

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

#d94bcb Text Font Color

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

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


#d94bcb Background Color

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

This div background color is #d94bcb


#d94bcb Border Color

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

This div border color is #d94bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94bcb


Comments

No comments written yet.

Please login to write comment.