Color Hex Logo

#c511ca Color Hex

#C511CA
(197,17,202)
0 Favorites   0 Comments

Color spaces of #c511ca

RGB 19717202
HSL0.830.840.43
HSV298°92°79°
CMYK 0.020.920.00   0.21
XYZ33.887116.535557.2827
Yxy16.53550.31460.1535
Hunter Lab40.663977.5906-55.0564
CIE-Lab47.669480.1059-51.6801

#c511ca color RGB value is (197,17,202).

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

The process color (four color CMYK) of #c511ca color hex is 0.02, 0.92, 0.00, 0.21. Web safe color of #c511ca is #cc00cc. Color #c511ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010001 11001010
Octal 305 21 312
Decimal 197 17 202
Hex C5 11 CA

RGB Percentages of Color #c511ca

%47.36
%4.09
%48.56

CMYK Percentages of Color #c511ca

%2
%92
%0
%21

Triadic Colors of #c511ca

#c511ca #cac511 #11cac5

Analogous Colors of #c511ca

#c511ca #ca1173 #6911ca

Monochromatic Colors of #c511ca

#c511ca

Complementary Color

#c511ca #16ca11

#c511ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c511ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c511ca Color CSS Codes

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

#c511ca Text Font Color

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

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


#c511ca Background Color

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

This div background color is #c511ca


#c511ca Border Color

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

This div border color is #c511ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c511ca


Comments

No comments written yet.

Please login to write comment.