Color Hex Logo

#c80cec Color Hex

#C80CEC
(200,12,236)
0 Favorites   0 Comments

Color spaces of #c80cec

RGB 20012236
HSL0.810.900.49
HSV290°95°93°
CMYK 0.150.950.00   0.07
XYZ39.091218.598480.8864
Yxy18.59840.28210.1342
Hunter Lab43.125986.3301-81.0156
CIE-Lab50.214086.4298-66.9727

#c80cec color RGB value is (200,12,236).

#c80cec hex color red value is 200, green value is 12 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c80cec hue: 0.81 , saturation: 0.90 and the lightness value of c80cec is 0.49.

The process color (four color CMYK) of #c80cec color hex is 0.15, 0.95, 0.00, 0.07. Web safe color of #c80cec is #cc00ff. Color #c80cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001100 11101100
Octal 310 14 354
Decimal 200 12 236
Hex C8 C EC

RGB Percentages of Color #c80cec

%44.64
%2.68
%52.68

CMYK Percentages of Color #c80cec

%15
%95
%0
%7

Triadic Colors of #c80cec

#c80cec #ecc80c #0cecc8

Analogous Colors of #c80cec

#c80cec #ec0ca0 #580cec

Monochromatic Colors of #c80cec

#c80cec

Complementary Color

#c80cec #30ec0c

#c80cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80cec Color CSS Codes

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

#c80cec Text Font Color

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

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


#c80cec Background Color

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

This div background color is #c80cec


#c80cec Border Color

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

This div border color is #c80cec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,12,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c80cec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c80cec;
  -webkit-box-shadow: 1px 1px 3px 2px #c80cec;
  box-shadow:         1px 1px 3px 2px #c80cec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,12,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80cec


Comments

No comments written yet.

Please login to write comment.