Color Hex Logo

#c851ba Color Hex

#C851BA
(200,81,186)
0 Favorites   0 Comments

Color spaces of #c851ba

RGB 20081186
HSL0.850.520.55
HSV307°60°78°
CMYK 0.000.600.07   0.22
XYZ35.624821.709448.7671
Yxy21.70940.33580.2046
Hunter Lab46.593354.9409-29.4408
CIE-Lab53.717359.9966-32.8192

#c851ba color RGB value is (200,81,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010001 10111010
Octal 310 121 272
Decimal 200 81 186
Hex C8 51 BA

RGB Percentages of Color #c851ba

%42.83
%17.34
%39.83

CMYK Percentages of Color #c851ba

%0
%60
%7
%22

Triadic Colors of #c851ba

#c851ba #bac851 #51bac8

Analogous Colors of #c851ba

#c851ba #c8517f #9b51c8

Monochromatic Colors of #c851ba

#c851ba

Complementary Color

#c851ba #51c85f

#c851ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c851ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c851ba Color CSS Codes

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

#c851ba Text Font Color

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

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


#c851ba Background Color

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

This div background color is #c851ba


#c851ba Border Color

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

This div border color is #c851ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c851ba


Comments

No comments written yet.

Please login to write comment.