Color Hex Logo

#c42acf Color Hex

#C42ACF
(196,42,207)
0 Favorites   0 Comments

Color spaces of #c42acf

RGB 19642207
HSL0.820.660.49
HSV296°80°81°
CMYK 0.050.800.00   0.19
XYZ34.855417.896760.6488
Yxy17.89670.30740.1578
Hunter Lab42.304573.0364-55.3865
CIE-Lab49.370676.1183-51.8495

#c42acf color RGB value is (196,42,207).

#c42acf hex color red value is 196, green value is 42 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c42acf hue: 0.82 , saturation: 0.66 and the lightness value of c42acf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101010 11001111
Octal 304 52 317
Decimal 196 42 207
Hex C4 2A CF

RGB Percentages of Color #c42acf

%44.04
%9.44
%46.52

CMYK Percentages of Color #c42acf

%5
%80
%0
%19

Triadic Colors of #c42acf

#c42acf #cfc42a #2acfc4

Analogous Colors of #c42acf

#c42acf #cf2a88 #722acf

Monochromatic Colors of #c42acf

#c42acf

Complementary Color

#c42acf #35cf2a

#c42acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42acf Color CSS Codes

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

#c42acf Text Font Color

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

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


#c42acf Background Color

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

This div background color is #c42acf


#c42acf Border Color

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

This div border color is #c42acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42acf


Comments

No comments written yet.

Please login to write comment.