Color Hex Logo

#c82baa Color Hex

#C82BAA
(200,43,170)
0 Favorites   0 Comments

Color spaces of #c82baa

RGB 20043170
HSL0.870.650.48
HSV311°79°78°
CMYK 0.000.790.15   0.22
XYZ31.939016.909439.6107
Yxy16.90940.36110.1912
Hunter Lab41.121066.6804-28.3276
CIE-Lab48.145771.1243-32.1775

#c82baa color RGB value is (200,43,170).

#c82baa hex color red value is 200, green value is 43 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c82baa hue: 0.87 , saturation: 0.65 and the lightness value of c82baa is 0.48.

The process color (four color CMYK) of #c82baa color hex is 0.00, 0.79, 0.15, 0.22. Web safe color of #c82baa is #cc3399. Color #c82baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101011 10101010
Octal 310 53 252
Decimal 200 43 170
Hex C8 2B AA

RGB Percentages of Color #c82baa

%48.43
%10.41
%41.16

CMYK Percentages of Color #c82baa

%0
%79
%15
%22

Triadic Colors of #c82baa

#c82baa #aac82b #2baac8

Analogous Colors of #c82baa

#c82baa #c82b5c #982bc8

Monochromatic Colors of #c82baa

#c82baa

Complementary Color

#c82baa #2bc849

#c82baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82baa Color CSS Codes

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

#c82baa Text Font Color

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

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


#c82baa Background Color

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

This div background color is #c82baa


#c82baa Border Color

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

This div border color is #c82baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82baa


Comments

No comments written yet.

Please login to write comment.