Color Hex Logo

#c82ada Color Hex

#C82ADA
(200,42,218)
0 Favorites   0 Comments

Color spaces of #c82ada

RGB 20042218
HSL0.820.700.51
HSV294°81°85°
CMYK 0.080.810.00   0.15
XYZ37.302318.997268.0305
Yxy18.99720.30000.1528
Hunter Lab43.585876.4917-62.0323
CIE-Lab50.683978.6434-56.0074

#c82ada color RGB value is (200,42,218).

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

The process color (four color CMYK) of #c82ada color hex is 0.08, 0.81, 0.00, 0.15. Web safe color of #c82ada is #cc33cc. Color #c82ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101010 11011010
Octal 310 52 332
Decimal 200 42 218
Hex C8 2A DA

RGB Percentages of Color #c82ada

%43.48
%9.13
%47.39

CMYK Percentages of Color #c82ada

%8
%81
%0
%15

Triadic Colors of #c82ada

#c82ada #dac82a #2adac8

Analogous Colors of #c82ada

#c82ada #da2a94 #702ada

Monochromatic Colors of #c82ada

#c82ada

Complementary Color

#c82ada #3cda2a

#c82ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82ada Color CSS Codes

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

#c82ada Text Font Color

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

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


#c82ada Background Color

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

This div background color is #c82ada


#c82ada Border Color

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

This div border color is #c82ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82ada


Comments

No comments written yet.

Please login to write comment.