Color Hex Logo

#c51cca Color Hex

#C51CCA
(197,28,202)
0 Favorites   0 Comments

Color spaces of #c51cca

RGB 19728202
HSL0.830.760.45
HSV298°86°79°
CMYK 0.020.860.00   0.21
XYZ34.101916.965157.3543
Yxy16.96510.31450.1565
Hunter Lab41.188775.7076-53.7278
CIE-Lab48.216078.4971-50.8048

#c51cca color RGB value is (197,28,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011100 11001010
Octal 305 34 312
Decimal 197 28 202
Hex C5 1C CA

RGB Percentages of Color #c51cca

%46.14
%6.56
%47.31

CMYK Percentages of Color #c51cca

%2
%86
%0
%21

Triadic Colors of #c51cca

#c51cca #cac51c #1ccac5

Analogous Colors of #c51cca

#c51cca #ca1c78 #6e1cca

Monochromatic Colors of #c51cca

#c51cca

Complementary Color

#c51cca #21ca1c

#c51cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51cca Color CSS Codes

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

#c51cca Text Font Color

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

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


#c51cca Background Color

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

This div background color is #c51cca


#c51cca Border Color

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

This div border color is #c51cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51cca


Comments

No comments written yet.

Please login to write comment.