Color Hex Logo

#c434cc Color Hex

#C434CC
(196,52,204)
0 Favorites   0 Comments

Color spaces of #c434cc

RGB 19652204
HSL0.820.600.50
HSV297°75°80°
CMYK 0.040.750.00   0.20
XYZ34.892018.551458.8685
Yxy18.55140.31070.1652
Hunter Lab43.071369.2276-50.8857
CIE-Lab50.158272.8487-48.8654

#c434cc color RGB value is (196,52,204).

#c434cc hex color red value is 196, green value is 52 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c434cc hue: 0.82 , saturation: 0.60 and the lightness value of c434cc is 0.50.

The process color (four color CMYK) of #c434cc color hex is 0.04, 0.75, 0.00, 0.20. Web safe color of #c434cc is #cc33cc. Color #c434cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110100 11001100
Octal 304 64 314
Decimal 196 52 204
Hex C4 34 CC

RGB Percentages of Color #c434cc

%43.36
%11.50
%45.13

CMYK Percentages of Color #c434cc

%4
%75
%0
%20

Triadic Colors of #c434cc

#c434cc #ccc434 #34ccc4

Analogous Colors of #c434cc

#c434cc #cc3488 #7834cc

Monochromatic Colors of #c434cc

#c434cc

Complementary Color

#c434cc #3ccc34

#c434cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c434cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c434cc Color CSS Codes

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

#c434cc Text Font Color

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

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


#c434cc Background Color

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

This div background color is #c434cc


#c434cc Border Color

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

This div border color is #c434cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c434cc


Comments

No comments written yet.

Please login to write comment.