Color Hex Logo

#c82abc Color Hex

#C82ABC
(200,42,188)
0 Favorites   0 Comments

Color spaces of #c82abc

RGB 20042188
HSL0.850.650.47
HSV305°79°78°
CMYK 0.000.790.06   0.22
XYZ33.724517.566149.1901
Yxy17.56610.33560.1748
Hunter Lab41.911970.2844-40.2476
CIE-Lab48.965573.9509-41.4530

#c82abc color RGB value is (200,42,188).

#c82abc hex color red value is 200, green value is 42 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c82abc hue: 0.85 , saturation: 0.65 and the lightness value of c82abc is 0.47.

The process color (four color CMYK) of #c82abc color hex is 0.00, 0.79, 0.06, 0.22. Web safe color of #c82abc is #cc33cc. Color #c82abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101010 10111100
Octal 310 52 274
Decimal 200 42 188
Hex C8 2A BC

RGB Percentages of Color #c82abc

%46.51
%9.77
%43.72

CMYK Percentages of Color #c82abc

%0
%79
%6
%22

Triadic Colors of #c82abc

#c82abc #bcc82a #2abcc8

Analogous Colors of #c82abc

#c82abc #c82a6d #852ac8

Monochromatic Colors of #c82abc

#c82abc

Complementary Color

#c82abc #2ac836

#c82abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82abc Color CSS Codes

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

#c82abc Text Font Color

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

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


#c82abc Background Color

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

This div background color is #c82abc


#c82abc Border Color

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

This div border color is #c82abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82abc


Comments

No comments written yet.

Please login to write comment.