Color Hex Logo

#c849ba Color Hex

#C849BA
(200,73,186)
0 Favorites   0 Comments

Color spaces of #c849ba

RGB 20073186
HSL0.850.540.54
HSV307°64°78°
CMYK 0.000.640.07   0.22
XYZ35.064920.589648.5804
Yxy20.58960.33640.1975
Hunter Lab45.375858.5313-31.7143
CIE-Lab52.497463.3563-34.7270

#c849ba color RGB value is (200,73,186).

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

The process color (four color CMYK) of #c849ba color hex is 0.00, 0.64, 0.07, 0.22. Web safe color of #c849ba is #cc33cc. Color #c849ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001001 10111010
Octal 310 111 272
Decimal 200 73 186
Hex C8 49 BA

RGB Percentages of Color #c849ba

%43.57
%15.90
%40.52

CMYK Percentages of Color #c849ba

%0
%64
%7
%22

Triadic Colors of #c849ba

#c849ba #bac849 #49bac8

Analogous Colors of #c849ba

#c849ba #c8497b #9749c8

Monochromatic Colors of #c849ba

#c849ba

Complementary Color

#c849ba #49c857

#c849ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c849ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c849ba Color CSS Codes

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

#c849ba Text Font Color

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

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


#c849ba Background Color

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

This div background color is #c849ba


#c849ba Border Color

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

This div border color is #c849ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c849ba


Comments

No comments written yet.

Please login to write comment.