Color Hex Logo

#c805da Color Hex

#C805DA
(200,5,218)
0 Favorites   0 Comments

Color spaces of #c805da

RGB 2005218
HSL0.820.960.44
HSV295°98°85°
CMYK 0.080.980.00   0.15
XYZ36.528617.449967.7726
Yxy17.44990.30000.1433
Hunter Lab41.773182.9870-66.9509
CIE-Lab48.822084.1204-59.0013

#c805da color RGB value is (200,5,218).

#c805da hex color red value is 200, green value is 5 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c805da hue: 0.82 , saturation: 0.96 and the lightness value of c805da is 0.44.

The process color (four color CMYK) of #c805da color hex is 0.08, 0.98, 0.00, 0.15. Web safe color of #c805da is #cc00cc. Color #c805da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000101 11011010
Octal 310 5 332
Decimal 200 5 218
Hex C8 5 DA

RGB Percentages of Color #c805da

%47.28
%1.18
%51.54

CMYK Percentages of Color #c805da

%8
%98
%0
%15

Triadic Colors of #c805da

#c805da #dac805 #05dac8

Analogous Colors of #c805da

#c805da #da0582 #5d05da

Monochromatic Colors of #c805da

#c805da

Complementary Color

#c805da #17da05

#c805da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c805da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c805da Color CSS Codes

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

#c805da Text Font Color

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

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


#c805da Background Color

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

This div background color is #c805da


#c805da Border Color

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

This div border color is #c805da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c805da


Comments

No comments written yet.

Please login to write comment.