Color Hex Logo

#c942d1 Color Hex

#C942D1
(201,66,209)
0 Favorites   0 Comments

Color spaces of #c942d1

RGB 20166209
HSL0.820.610.54
HSV297°68°82°
CMYK 0.040.680.00   0.18
XYZ37.544220.917462.3803
Yxy20.91740.31070.1731
Hunter Lab45.735566.4930-48.8528
CIE-Lab52.859070.0578-47.3864

#c942d1 color RGB value is (201,66,209).

#c942d1 hex color red value is 201, green value is 66 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #c942d1 hue: 0.82 , saturation: 0.61 and the lightness value of c942d1 is 0.54.

The process color (four color CMYK) of #c942d1 color hex is 0.04, 0.68, 0.00, 0.18. Web safe color of #c942d1 is #cc33cc. Color #c942d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000010 11010001
Octal 311 102 321
Decimal 201 66 209
Hex C9 42 D1

RGB Percentages of Color #c942d1

%42.23
%13.87
%43.91

CMYK Percentages of Color #c942d1

%4
%68
%0
%18

Triadic Colors of #c942d1

#c942d1 #d1c942 #42d1c9

Analogous Colors of #c942d1

#c942d1 #d14292 #8242d1

Monochromatic Colors of #c942d1

#c942d1

Complementary Color

#c942d1 #4ad142

#c942d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c942d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c942d1 Color CSS Codes

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

#c942d1 Text Font Color

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

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


#c942d1 Background Color

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

This div background color is #c942d1


#c942d1 Border Color

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

This div border color is #c942d1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,66,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c942d1


Comments

No comments written yet.

Please login to write comment.