Color Hex Logo

#d950cd Color Hex

#D950CD
(217,80,205)
0 Favorites   0 Comments

Color spaces of #d950cd

RGB 21780205
HSL0.850.640.58
HSV305°63°85°
CMYK 0.000.630.06   0.15
XYZ42.503424.896860.3230
Yxy24.89680.33280.1949
Hunter Lab49.896764.7321-36.7514
CIE-Lab56.974767.8073-38.4437

#d950cd color RGB value is (217,80,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010000 11001101
Octal 331 120 315
Decimal 217 80 205
Hex D9 50 CD

RGB Percentages of Color #d950cd

%43.23
%15.94
%40.84

CMYK Percentages of Color #d950cd

%0
%63
%6
%15

Triadic Colors of #d950cd

#d950cd #cdd950 #50cdd9

Analogous Colors of #d950cd

#d950cd #d95089 #a150d9

Monochromatic Colors of #d950cd

#d950cd

Complementary Color

#d950cd #50d95c

#d950cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d950cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d950cd Color CSS Codes

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

#d950cd Text Font Color

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

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


#d950cd Background Color

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

This div background color is #d950cd


#d950cd Border Color

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

This div border color is #d950cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d950cd


Comments

No comments written yet.

Please login to write comment.