Color Hex Logo

#c80ceb Color Hex

#C80CEB
(200,12,235)
0 Favorites   0 Comments

Color spaces of #c80ceb

RGB 20012235
HSL0.810.900.48
HSV291°95°92°
CMYK 0.150.950.00   0.08
XYZ38.946318.540580.1232
Yxy18.54050.28300.1347
Hunter Lab43.058786.0994-80.1852
CIE-Lab50.145286.2662-66.5198

#c80ceb color RGB value is (200,12,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001100 11101011
Octal 310 14 353
Decimal 200 12 235
Hex C8 C EB

RGB Percentages of Color #c80ceb

%44.74
%2.68
%52.57

CMYK Percentages of Color #c80ceb

%15
%95
%0
%8

Triadic Colors of #c80ceb

#c80ceb #ebc80c #0cebc8

Analogous Colors of #c80ceb

#c80ceb #eb0c9f #590ceb

Monochromatic Colors of #c80ceb

#c80ceb

Complementary Color

#c80ceb #2feb0c

#c80ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80ceb Color CSS Codes

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

#c80ceb Text Font Color

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

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


#c80ceb Background Color

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

This div background color is #c80ceb


#c80ceb Border Color

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

This div border color is #c80ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80ceb


Comments

No comments written yet.

Please login to write comment.