Color Hex Logo

#c802fd Color Hex

#C802FD
(200,2,253)
0 Favorites   0 Comments

Color spaces of #c802fd

RGB 2002253
HSL0.800.980.50
HSV287°99°99°
CMYK 0.210.990.00   0.01
XYZ41.570719.414694.4849
Yxy19.41460.26740.1249
Hunter Lab44.062091.2990-96.2958
CIE-Lab51.168890.0154-74.9562

#c802fd color RGB value is (200,2,253).

#c802fd hex color red value is 200, green value is 2 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c802fd hue: 0.80 , saturation: 0.98 and the lightness value of c802fd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000010 11111101
Octal 310 2 375
Decimal 200 2 253
Hex C8 2 FD

RGB Percentages of Color #c802fd

%43.96
%0.44
%55.60

CMYK Percentages of Color #c802fd

%21
%99
%0
%1

Triadic Colors of #c802fd

#c802fd #fdc802 #02fdc8

Analogous Colors of #c802fd

#c802fd #fd02b5 #4a02fd

Monochromatic Colors of #c802fd

#c802fd

Complementary Color

#c802fd #37fd02

#c802fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c802fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c802fd Color CSS Codes

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

#c802fd Text Font Color

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

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


#c802fd Background Color

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

This div background color is #c802fd


#c802fd Border Color

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

This div border color is #c802fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c802fd


Comments

No comments written yet.

Please login to write comment.