Color Hex Logo

#c800ef Color Hex

#C800EF
(200,0,239)
0 Favorites   0 Comments

Color spaces of #c800ef

RGB 2000239
HSL0.811.000.47
HSV290°100°94°
CMYK 0.161.000.00   0.06
XYZ39.399418.511483.1578
Yxy18.51140.27930.1312
Hunter Lab43.024988.1652-84.4774
CIE-Lab50.110687.8501-68.8309

#c800ef color RGB value is (200,0,239).

#c800ef hex color red value is 200, green value is 0 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c800ef hue: 0.81 , saturation: 1.00 and the lightness value of c800ef is 0.47.

The process color (four color CMYK) of #c800ef color hex is 0.16, 1.00, 0.00, 0.06. Web safe color of #c800ef is #cc00ff. Color #c800ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000000 11101111
Octal 310 0 357
Decimal 200 0 239
Hex C8 0 EF

RGB Percentages of Color #c800ef

%45.56
%0.00
%54.44

CMYK Percentages of Color #c800ef

%16
%100
%0
%6

Triadic Colors of #c800ef

#c800ef #efc800 #00efc8

Analogous Colors of #c800ef

#c800ef #ef009f #5100ef

Monochromatic Colors of #c800ef

#c800ef

Complementary Color

#c800ef #27ef00

#c800ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c800ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c800ef Color CSS Codes

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

#c800ef Text Font Color

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

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


#c800ef Background Color

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

This div background color is #c800ef


#c800ef Border Color

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

This div border color is #c800ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c800ef


Comments

No comments written yet.

Please login to write comment.