Color Hex Logo

#d95fcb Color Hex

#D95FCB
(217,95,203)
0 Favorites   0 Comments

Color spaces of #d95fcb

RGB 21795203
HSL0.850.620.61
HSV307°56°85°
CMYK 0.000.560.06   0.15
XYZ43.487027.247959.4673
Yxy27.24790.33400.2093
Hunter Lab52.199557.3577-31.0053
CIE-Lab59.203161.1293-33.8213

#d95fcb color RGB value is (217,95,203).

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

The process color (four color CMYK) of #d95fcb color hex is 0.00, 0.56, 0.06, 0.15. Web safe color of #d95fcb is #cc66cc. Color #d95fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011111 11001011
Octal 331 137 313
Decimal 217 95 203
Hex D9 5F CB

RGB Percentages of Color #d95fcb

%42.14
%18.45
%39.42

CMYK Percentages of Color #d95fcb

%0
%56
%6
%15

Triadic Colors of #d95fcb

#d95fcb #cbd95f #5fcbd9

Analogous Colors of #d95fcb

#d95fcb #d95f8e #aa5fd9

Monochromatic Colors of #d95fcb

#d95fcb

Complementary Color

#d95fcb #5fd96d

#d95fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95fcb Color CSS Codes

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

#d95fcb Text Font Color

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

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


#d95fcb Background Color

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

This div background color is #d95fcb


#d95fcb Border Color

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

This div border color is #d95fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95fcb


Comments

No comments written yet.

Please login to write comment.