Color Hex Logo

#d942cd Color Hex

#D942CD
(217,66,205)
0 Favorites   0 Comments

Color spaces of #d942cd

RGB 21766205
HSL0.850.670.55
HSV305°70°85°
CMYK 0.000.700.06   0.15
XYZ41.582923.055960.0162
Yxy23.05590.33360.1850
Hunter Lab48.016670.5541-40.4954
CIE-Lab55.129972.9789-41.3455

#d942cd color RGB value is (217,66,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000010 11001101
Octal 331 102 315
Decimal 217 66 205
Hex D9 42 CD

RGB Percentages of Color #d942cd

%44.47
%13.52
%42.01

CMYK Percentages of Color #d942cd

%0
%70
%6
%15

Triadic Colors of #d942cd

#d942cd #cdd942 #42cdd9

Analogous Colors of #d942cd

#d942cd #d94282 #9a42d9

Monochromatic Colors of #d942cd

#d942cd

Complementary Color

#d942cd #42d94e

#d942cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d942cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d942cd Color CSS Codes

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

#d942cd Text Font Color

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

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


#d942cd Background Color

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

This div background color is #d942cd


#d942cd Border Color

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

This div border color is #d942cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d942cd


Comments

No comments written yet.

Please login to write comment.