Color Hex Logo

#d950cf Color Hex

#D950CF
(217,80,207)
0 Favorites   0 Comments

Color spaces of #d950cf

RGB 21780207
HSL0.850.640.58
HSV304°63°85°
CMYK 0.000.630.05   0.15
XYZ42.746424.994061.6028
Yxy24.99400.33050.1932
Hunter Lab49.994065.1335-38.0616
CIE-Lab57.069668.1257-39.4337

#d950cf color RGB value is (217,80,207).

#d950cf hex color red value is 217, green value is 80 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d950cf hue: 0.85 , saturation: 0.64 and the lightness value of d950cf is 0.58.

The process color (four color CMYK) of #d950cf color hex is 0.00, 0.63, 0.05, 0.15. Web safe color of #d950cf is #cc66cc. Color #d950cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010000 11001111
Octal 331 120 317
Decimal 217 80 207
Hex D9 50 CF

RGB Percentages of Color #d950cf

%43.06
%15.87
%41.07

CMYK Percentages of Color #d950cf

%0
%63
%5
%15

Triadic Colors of #d950cf

#d950cf #cfd950 #50cfd9

Analogous Colors of #d950cf

#d950cf #d9508b #9f50d9

Monochromatic Colors of #d950cf

#d950cf

Complementary Color

#d950cf #50d95a

#d950cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d950cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d950cf Color CSS Codes

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

#d950cf Text Font Color

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

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


#d950cf Background Color

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

This div background color is #d950cf


#d950cf Border Color

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

This div border color is #d950cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,80,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d950cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d950cf


Comments

No comments written yet.

Please login to write comment.