Color Hex Logo

#c455ca Color Hex

#C455CA
(196,85,202)
0 Favorites   0 Comments

Color spaces of #c455ca

RGB 19685202
HSL0.820.520.56
HSV297°58°79°
CMYK 0.030.580.00   0.21
XYZ36.674122.497058.2865
Yxy22.49700.31220.1915
Hunter Lab47.431055.0136-39.6580
CIE-Lab54.550459.9109-40.7539

#c455ca color RGB value is (196,85,202).

#c455ca hex color red value is 196, green value is 85 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c455ca hue: 0.82 , saturation: 0.52 and the lightness value of c455ca is 0.56.

The process color (four color CMYK) of #c455ca color hex is 0.03, 0.58, 0.00, 0.21. Web safe color of #c455ca is #cc66cc. Color #c455ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010101 11001010
Octal 304 125 312
Decimal 196 85 202
Hex C4 55 CA

RGB Percentages of Color #c455ca

%40.58
%17.60
%41.82

CMYK Percentages of Color #c455ca

%3
%58
%0
%21

Triadic Colors of #c455ca

#c455ca #cac455 #55cac4

Analogous Colors of #c455ca

#c455ca #ca5596 #8a55ca

Monochromatic Colors of #c455ca

#c455ca

Complementary Color

#c455ca #5bca55

#c455ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c455ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c455ca Color CSS Codes

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

#c455ca Text Font Color

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

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


#c455ca Background Color

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

This div background color is #c455ca


#c455ca Border Color

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

This div border color is #c455ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,85,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 #c455ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c455ca


Comments

No comments written yet.

Please login to write comment.