Color Hex Logo

#c046ae Color Hex

#C046AE
(192,70,174)
0 Favorites   0 Comments

Color spaces of #c046ae

RGB 19270174
HSL0.860.490.51
HSV309°64°75°
CMYK 0.000.640.09   0.25
XYZ31.568418.642841.9790
Yxy18.64280.34240.2022
Hunter Lab43.177354.9471-27.4204
CIE-Lab50.266760.6324-31.3112

#c046ae color RGB value is (192,70,174).

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

The process color (four color CMYK) of #c046ae color hex is 0.00, 0.64, 0.09, 0.25. Web safe color of #c046ae is #cc3399. Color #c046ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000110 10101110
Octal 300 106 256
Decimal 192 70 174
Hex C0 46 AE

RGB Percentages of Color #c046ae

%44.04
%16.06
%39.91

CMYK Percentages of Color #c046ae

%0
%64
%9
%25

Triadic Colors of #c046ae

#c046ae #aec046 #46aec0

Analogous Colors of #c046ae

#c046ae #c04671 #9546c0

Monochromatic Colors of #c046ae

#c046ae

Complementary Color

#c046ae #46c058

#c046ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c046ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c046ae Color CSS Codes

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

#c046ae Text Font Color

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

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


#c046ae Background Color

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

This div background color is #c046ae


#c046ae Border Color

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

This div border color is #c046ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c046ae


Comments

No comments written yet.

Please login to write comment.