Color Hex Logo

#c803ca Color Hex

#C803CA
(200,3,202)
0 Favorites   0 Comments

Color spaces of #c803ca

RGB 2003202
HSL0.830.970.40
HSV299°99°79°
CMYK 0.010.990.00   0.21
XYZ34.512616.608857.2639
Yxy16.60880.31840.1532
Hunter Lab40.753979.8441-54.7815
CIE-Lab47.763381.8692-51.5005

#c803ca color RGB value is (200,3,202).

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

The process color (four color CMYK) of #c803ca color hex is 0.01, 0.99, 0.00, 0.21. Web safe color of #c803ca is #cc00cc. Color #c803ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000011 11001010
Octal 310 3 312
Decimal 200 3 202
Hex C8 3 CA

RGB Percentages of Color #c803ca

%49.38
%0.74
%49.88

CMYK Percentages of Color #c803ca

%1
%99
%0
%21

Triadic Colors of #c803ca

#c803ca #cac803 #03cac8

Analogous Colors of #c803ca

#c803ca #ca0369 #6503ca

Monochromatic Colors of #c803ca

#c803ca

Complementary Color

#c803ca #05ca03

#c803ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c803ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c803ca Color CSS Codes

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

#c803ca Text Font Color

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

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


#c803ca Background Color

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

This div background color is #c803ca


#c803ca Border Color

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

This div border color is #c803ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c803ca


Comments

No comments written yet.

Please login to write comment.