Color Hex Logo

#c81eeb Color Hex

#C81EEB
(200,30,235)
0 Favorites   0 Comments

Color spaces of #c81eeb

RGB 20030235
HSL0.800.840.52
HSV290°87°92°
CMYK 0.150.870.00   0.08
XYZ39.279119.206180.2342
Yxy19.20610.28320.1385
Hunter Lab43.824883.2920-77.8706
CIE-Lab50.927583.9493-65.2544

#c81eeb color RGB value is (200,30,235).

#c81eeb hex color red value is 200, green value is 30 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c81eeb hue: 0.80 , saturation: 0.84 and the lightness value of c81eeb is 0.52.

The process color (four color CMYK) of #c81eeb color hex is 0.15, 0.87, 0.00, 0.08. Web safe color of #c81eeb is #cc33ff. Color #c81eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011110 11101011
Octal 310 36 353
Decimal 200 30 235
Hex C8 1E EB

RGB Percentages of Color #c81eeb

%43.01
%6.45
%50.54

CMYK Percentages of Color #c81eeb

%15
%87
%0
%8

Triadic Colors of #c81eeb

#c81eeb #ebc81e #1eebc8

Analogous Colors of #c81eeb

#c81eeb #eb1ea8 #621eeb

Monochromatic Colors of #c81eeb

#c81eeb

Complementary Color

#c81eeb #41eb1e

#c81eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81eeb Color CSS Codes

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

#c81eeb Text Font Color

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

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


#c81eeb Background Color

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

This div background color is #c81eeb


#c81eeb Border Color

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

This div border color is #c81eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81eeb


Comments

No comments written yet.

Please login to write comment.