Color Hex Logo

#c942da Color Hex

#C942DA
(201,66,218)
0 Favorites   0 Comments

Color spaces of #c942da

RGB 20166218
HSL0.810.670.56
HSV293°70°85°
CMYK 0.080.700.00   0.15
XYZ38.690521.375968.4164
Yxy21.37590.30110.1664
Hunter Lab46.234168.4662-55.3725
CIE-Lab53.358571.6012-51.7188

#c942da color RGB value is (201,66,218).

#c942da hex color red value is 201, green value is 66 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c942da hue: 0.81 , saturation: 0.67 and the lightness value of c942da is 0.56.

The process color (four color CMYK) of #c942da color hex is 0.08, 0.70, 0.00, 0.15. Web safe color of #c942da is #cc33cc. Color #c942da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000010 11011010
Octal 311 102 332
Decimal 201 66 218
Hex C9 42 DA

RGB Percentages of Color #c942da

%41.44
%13.61
%44.95

CMYK Percentages of Color #c942da

%8
%70
%0
%15

Triadic Colors of #c942da

#c942da #dac942 #42dac9

Analogous Colors of #c942da

#c942da #da429f #7d42da

Monochromatic Colors of #c942da

#c942da

Complementary Color

#c942da #53da42

#c942da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c942da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c942da Color CSS Codes

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

#c942da Text Font Color

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

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


#c942da Background Color

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

This div background color is #c942da


#c942da Border Color

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

This div border color is #c942da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c942da


Comments

No comments written yet.

Please login to write comment.