Color Hex Logo

#c442ce Color Hex

#C442CE
(196,66,206)
0 Favorites   0 Comments

Color spaces of #c442ce

RGB 19666206
HSL0.820.590.53
HSV296°68°81°
CMYK 0.050.680.00   0.19
XYZ35.853720.088460.3803
Yxy20.08840.30820.1727
Hunter Lab44.820164.3554-48.4997
CIE-Lab51.937068.4408-47.1814

#c442ce color RGB value is (196,66,206).

#c442ce hex color red value is 196, green value is 66 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c442ce hue: 0.82 , saturation: 0.59 and the lightness value of c442ce is 0.53.

The process color (four color CMYK) of #c442ce color hex is 0.05, 0.68, 0.00, 0.19. Web safe color of #c442ce is #cc33cc. Color #c442ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000010 11001110
Octal 304 102 316
Decimal 196 66 206
Hex C4 42 CE

RGB Percentages of Color #c442ce

%41.88
%14.10
%44.02

CMYK Percentages of Color #c442ce

%5
%68
%0
%19

Triadic Colors of #c442ce

#c442ce #cec442 #42cec4

Analogous Colors of #c442ce

#c442ce #ce4292 #7e42ce

Monochromatic Colors of #c442ce

#c442ce

Complementary Color

#c442ce #4cce42

#c442ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c442ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c442ce Color CSS Codes

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

#c442ce Text Font Color

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

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


#c442ce Background Color

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

This div background color is #c442ce


#c442ce Border Color

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

This div border color is #c442ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c442ce


Comments

No comments written yet.

Please login to write comment.