Color Hex Logo

#c81cef Color Hex

#C81CEF
(200,28,239)
0 Favorites   0 Comments

Color spaces of #c81cef

RGB 20028239
HSL0.800.870.52
HSV289°88°94°
CMYK 0.160.880.00   0.06
XYZ39.814719.341983.2962
Yxy19.34190.27950.1358
Hunter Lab43.979484.6326-81.5085
CIE-Lab51.084884.9561-67.2525

#c81cef color RGB value is (200,28,239).

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

The process color (four color CMYK) of #c81cef color hex is 0.16, 0.88, 0.00, 0.06. Web safe color of #c81cef is #cc33ff. Color #c81cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011100 11101111
Octal 310 34 357
Decimal 200 28 239
Hex C8 1C EF

RGB Percentages of Color #c81cef

%42.83
%6.00
%51.18

CMYK Percentages of Color #c81cef

%16
%88
%0
%6

Triadic Colors of #c81cef

#c81cef #efc81c #1cefc8

Analogous Colors of #c81cef

#c81cef #ef1cad #5f1cef

Monochromatic Colors of #c81cef

#c81cef

Complementary Color

#c81cef #43ef1c

#c81cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81cef Color CSS Codes

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

#c81cef Text Font Color

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

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


#c81cef Background Color

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

This div background color is #c81cef


#c81cef Border Color

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

This div border color is #c81cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81cef


Comments

No comments written yet.

Please login to write comment.