Color Hex Logo

#c053ae Color Hex

#C053AE
(192,83,174)
0 Favorites   0 Comments

Color spaces of #c053ae

RGB 19283174
HSL0.860.460.54
HSV310°57°75°
CMYK 0.000.570.09   0.25
XYZ32.471520.449042.2800
Yxy20.44900.34110.2148
Hunter Lab45.220649.0394-23.7801
CIE-Lab52.341154.9618-28.0816

#c053ae color RGB value is (192,83,174).

#c053ae hex color red value is 192, green value is 83 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c053ae hue: 0.86 , saturation: 0.46 and the lightness value of c053ae is 0.54.

The process color (four color CMYK) of #c053ae color hex is 0.00, 0.57, 0.09, 0.25. Web safe color of #c053ae is #cc6699. Color #c053ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010011 10101110
Octal 300 123 256
Decimal 192 83 174
Hex C0 53 AE

RGB Percentages of Color #c053ae

%42.76
%18.49
%38.75

CMYK Percentages of Color #c053ae

%0
%57
%9
%25

Triadic Colors of #c053ae

#c053ae #aec053 #53aec0

Analogous Colors of #c053ae

#c053ae #c05378 #9c53c0

Monochromatic Colors of #c053ae

#c053ae

Complementary Color

#c053ae #53c065

#c053ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c053ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c053ae Color CSS Codes

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

#c053ae Text Font Color

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

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


#c053ae Background Color

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

This div background color is #c053ae


#c053ae Border Color

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

This div border color is #c053ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c053ae


Comments

No comments written yet.

Please login to write comment.