Color Hex Logo

#c442de Color Hex

#C442DE
(196,66,222)
0 Favorites   0 Comments

Color spaces of #c442de

RGB 19666222
HSL0.810.700.56
HSV290°70°87°
CMYK 0.120.700.00   0.13
XYZ37.898020.906171.1451
Yxy20.90610.29160.1609
Hunter Lab45.723267.9355-60.2488
CIE-Lab52.846671.2601-54.8492

#c442de color RGB value is (196,66,222).

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

The process color (four color CMYK) of #c442de color hex is 0.12, 0.70, 0.00, 0.13. Web safe color of #c442de is #cc33cc. Color #c442de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000010 11011110
Octal 304 102 336
Decimal 196 66 222
Hex C4 42 DE

RGB Percentages of Color #c442de

%40.50
%13.64
%45.87

CMYK Percentages of Color #c442de

%12
%70
%0
%13

Triadic Colors of #c442de

#c442de #dec442 #42dec4

Analogous Colors of #c442de

#c442de #de42aa #7642de

Monochromatic Colors of #c442de

#c442de

Complementary Color

#c442de #5cde42

#c442de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c442de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c442de Color CSS Codes

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

#c442de Text Font Color

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

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


#c442de Background Color

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

This div background color is #c442de


#c442de Border Color

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

This div border color is #c442de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c442de


Comments

No comments written yet.

Please login to write comment.