Color Hex Logo

#c81ceb Color Hex

#C81CEB
(200,28,235)
0 Favorites   0 Comments

Color spaces of #c81ceb

RGB 20028235
HSL0.810.840.52
HSV290°88°92°
CMYK 0.150.880.00   0.08
XYZ39.230119.108080.2178
Yxy19.10800.28310.1379
Hunter Lab43.712783.6982-78.2050
CIE-Lab50.813384.2864-65.4389

#c81ceb color RGB value is (200,28,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011100 11101011
Octal 310 34 353
Decimal 200 28 235
Hex C8 1C EB

RGB Percentages of Color #c81ceb

%43.20
%6.05
%50.76

CMYK Percentages of Color #c81ceb

%15
%88
%0
%8

Triadic Colors of #c81ceb

#c81ceb #ebc81c #1cebc8

Analogous Colors of #c81ceb

#c81ceb #eb1ca7 #601ceb

Monochromatic Colors of #c81ceb

#c81ceb

Complementary Color

#c81ceb #3feb1c

#c81ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81ceb Color CSS Codes

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

#c81ceb Text Font Color

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

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


#c81ceb Background Color

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

This div background color is #c81ceb


#c81ceb Border Color

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

This div border color is #c81ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81ceb


Comments

No comments written yet.

Please login to write comment.