Color Hex Logo

#c800ea Color Hex

#C800EA
(200,0,234)
0 Favorites   0 Comments

Color spaces of #c800ea

RGB 2000234
HSL0.811.000.46
HSV291°100°92°
CMYK 0.151.000.00   0.08
XYZ38.670718.219979.3205
Yxy18.21990.28390.1338
Hunter Lab42.684887.0155-80.2984
CIE-Lab49.761787.0411-66.5759

#c800ea color RGB value is (200,0,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000000 11101010
Octal 310 0 352
Decimal 200 0 234
Hex C8 0 EA

RGB Percentages of Color #c800ea

%46.08
%0.00
%53.92

CMYK Percentages of Color #c800ea

%15
%100
%0
%8

Triadic Colors of #c800ea

#c800ea #eac800 #00eac8

Analogous Colors of #c800ea

#c800ea #ea0097 #5300ea

Monochromatic Colors of #c800ea

#c800ea

Complementary Color

#c800ea #22ea00

#c800ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c800ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c800ea Color CSS Codes

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

#c800ea Text Font Color

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

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


#c800ea Background Color

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

This div background color is #c800ea


#c800ea Border Color

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

This div border color is #c800ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c800ea


Comments

No comments written yet.

Please login to write comment.