Color Hex Logo

#c803ea Color Hex

#C803EA
(200,3,234)
0 Favorites   0 Comments

Color spaces of #c803ea

RGB 2003234
HSL0.810.970.46
HSV291°99°92°
CMYK 0.150.990.00   0.08
XYZ38.703318.285079.3314
Yxy18.28500.28390.1341
Hunter Lab42.761086.7301-80.0639
CIE-Lab49.840086.8080-66.4493

#c803ea color RGB value is (200,3,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000011 11101010
Octal 310 3 352
Decimal 200 3 234
Hex C8 3 EA

RGB Percentages of Color #c803ea

%45.77
%0.69
%53.55

CMYK Percentages of Color #c803ea

%15
%99
%0
%8

Triadic Colors of #c803ea

#c803ea #eac803 #03eac8

Analogous Colors of #c803ea

#c803ea #ea0399 #5503ea

Monochromatic Colors of #c803ea

#c803ea

Complementary Color

#c803ea #25ea03

#c803ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c803ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c803ea Color CSS Codes

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

#c803ea Text Font Color

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

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


#c803ea Background Color

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

This div background color is #c803ea


#c803ea Border Color

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

This div border color is #c803ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c803ea


Comments

No comments written yet.

Please login to write comment.