Color Hex Logo

#c801ea Color Hex

#C801EA
(200,1,234)
0 Favorites   0 Comments

Color spaces of #c801ea

RGB 2001234
HSL0.810.990.46
HSV291°100°92°
CMYK 0.151.000.00   0.08
XYZ38.681618.241679.3241
Yxy18.24160.28390.1339
Hunter Lab42.710286.9204-80.2201
CIE-Lab49.787886.9634-66.5337

#c801ea color RGB value is (200,1,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000001 11101010
Octal 310 1 352
Decimal 200 1 234
Hex C8 1 EA

RGB Percentages of Color #c801ea

%45.98
%0.23
%53.79

CMYK Percentages of Color #c801ea

%15
%100
%0
%8

Triadic Colors of #c801ea

#c801ea #eac801 #01eac8

Analogous Colors of #c801ea

#c801ea #ea0198 #5401ea

Monochromatic Colors of #c801ea

#c801ea

Complementary Color

#c801ea #23ea01

#c801ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c801ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c801ea Color CSS Codes

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

#c801ea Text Font Color

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

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


#c801ea Background Color

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

This div background color is #c801ea


#c801ea Border Color

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

This div border color is #c801ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c801ea


Comments

No comments written yet.

Please login to write comment.