Color Hex Logo

#c849ae Color Hex

#C849AE
(200,73,174)
0 Favorites   0 Comments

Color spaces of #c849ae

RGB 20073174
HSL0.870.540.54
HSV312°64°78°
CMYK 0.000.640.13   0.22
XYZ33.841920.100442.1405
Yxy20.10040.35220.2092
Hunter Lab44.833556.2796-24.3453
CIE-Lab51.950561.4949-28.5943

#c849ae color RGB value is (200,73,174).

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

The process color (four color CMYK) of #c849ae color hex is 0.00, 0.64, 0.13, 0.22. Web safe color of #c849ae is #cc3399. Color #c849ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001001 10101110
Octal 310 111 256
Decimal 200 73 174
Hex C8 49 AE

RGB Percentages of Color #c849ae

%44.74
%16.33
%38.93

CMYK Percentages of Color #c849ae

%0
%64
%13
%22

Triadic Colors of #c849ae

#c849ae #aec849 #49aec8

Analogous Colors of #c849ae

#c849ae #c8496f #a349c8

Monochromatic Colors of #c849ae

#c849ae

Complementary Color

#c849ae #49c863

#c849ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c849ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c849ae Color CSS Codes

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

#c849ae Text Font Color

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

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


#c849ae Background Color

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

This div background color is #c849ae


#c849ae Border Color

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

This div border color is #c849ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c849ae


Comments

No comments written yet.

Please login to write comment.