Color Hex Logo

#c259ae Color Hex

#C259AE
(194,89,174)
0 Favorites   0 Comments

Color spaces of #c259ae

RGB 19489174
HSL0.870.460.55
HSV311°54°76°
CMYK 0.000.540.10   0.24
XYZ33.460521.670142.4636
Yxy21.67010.34290.2220
Hunter Lab46.551246.8395-21.4981
CIE-Lab53.675252.7246-25.9923

#c259ae color RGB value is (194,89,174).

#c259ae hex color red value is 194, green value is 89 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c259ae hue: 0.87 , saturation: 0.46 and the lightness value of c259ae is 0.55.

The process color (four color CMYK) of #c259ae color hex is 0.00, 0.54, 0.10, 0.24. Web safe color of #c259ae is #cc6699. Color #c259ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011001 10101110
Octal 302 131 256
Decimal 194 89 174
Hex C2 59 AE

RGB Percentages of Color #c259ae

%42.45
%19.47
%38.07

CMYK Percentages of Color #c259ae

%0
%54
%10
%24

Triadic Colors of #c259ae

#c259ae #aec259 #59aec2

Analogous Colors of #c259ae

#c259ae #c2597a #a259c2

Monochromatic Colors of #c259ae

#c259ae

Complementary Color

#c259ae #59c26d

#c259ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c259ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c259ae Color CSS Codes

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

#c259ae Text Font Color

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

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


#c259ae Background Color

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

This div background color is #c259ae


#c259ae Border Color

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

This div border color is #c259ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c259ae


Comments

No comments written yet.

Please login to write comment.