Color Hex Logo

#c852ba Color Hex

#C852BA
(200,82,186)
0 Favorites   0 Comments

Color spaces of #c852ba

RGB 20082186
HSL0.850.520.55
HSV307°59°78°
CMYK 0.000.590.07   0.22
XYZ35.699621.859148.7920
Yxy21.85910.33570.2055
Hunter Lab46.753754.4777-29.1472
CIE-Lab53.877259.5596-32.5696

#c852ba color RGB value is (200,82,186).

#c852ba hex color red value is 200, green value is 82 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c852ba hue: 0.85 , saturation: 0.52 and the lightness value of c852ba is 0.55.

The process color (four color CMYK) of #c852ba color hex is 0.00, 0.59, 0.07, 0.22. Web safe color of #c852ba is #cc66cc. Color #c852ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010010 10111010
Octal 310 122 272
Decimal 200 82 186
Hex C8 52 BA

RGB Percentages of Color #c852ba

%42.74
%17.52
%39.74

CMYK Percentages of Color #c852ba

%0
%59
%7
%22

Triadic Colors of #c852ba

#c852ba #bac852 #52bac8

Analogous Colors of #c852ba

#c852ba #c8527f #9b52c8

Monochromatic Colors of #c852ba

#c852ba

Complementary Color

#c852ba #52c860

#c852ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c852ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c852ba Color CSS Codes

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

#c852ba Text Font Color

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

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


#c852ba Background Color

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

This div background color is #c852ba


#c852ba Border Color

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

This div border color is #c852ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c852ba


Comments

No comments written yet.

Please login to write comment.