Color Hex Logo

#c542ca Color Hex

#C542CA
(197,66,202)
0 Favorites   0 Comments

Color spaces of #c542ca

RGB 19766202
HSL0.830.560.53
HSV298°67°79°
CMYK 0.020.670.00   0.21
XYZ35.634820.031057.8653
Yxy20.03100.31390.1764
Hunter Lab44.756063.7990-45.3272
CIE-Lab51.872267.9832-44.9793

#c542ca color RGB value is (197,66,202).

#c542ca hex color red value is 197, green value is 66 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c542ca hue: 0.83 , saturation: 0.56 and the lightness value of c542ca is 0.53.

The process color (four color CMYK) of #c542ca color hex is 0.02, 0.67, 0.00, 0.21. Web safe color of #c542ca is #cc33cc. Color #c542ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000010 11001010
Octal 305 102 312
Decimal 197 66 202
Hex C5 42 CA

RGB Percentages of Color #c542ca

%42.37
%14.19
%43.44

CMYK Percentages of Color #c542ca

%2
%67
%0
%21

Triadic Colors of #c542ca

#c542ca #cac542 #42cac5

Analogous Colors of #c542ca

#c542ca #ca428b #8142ca

Monochromatic Colors of #c542ca

#c542ca

Complementary Color

#c542ca #47ca42

#c542ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c542ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c542ca Color CSS Codes

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

#c542ca Text Font Color

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

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


#c542ca Background Color

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

This div background color is #c542ca


#c542ca Border Color

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

This div border color is #c542ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c542ca


Comments

No comments written yet.

Please login to write comment.