Color Hex Logo

#c084ae Color Hex

#C084AE
(192,132,174)
0 Favorites   0 Comments

Color spaces of #c084ae

RGB 192132174
HSL0.880.320.64
HSV318°31°75°
CMYK 0.000.310.09   0.25
XYZ37.629530.765043.9993
Yxy30.76500.33480.2737
Hunter Lab55.466224.0325-8.2062
CIE-Lab62.308829.6037-12.8476

#c084ae color RGB value is (192,132,174).

#c084ae hex color red value is 192, green value is 132 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c084ae hue: 0.88 , saturation: 0.32 and the lightness value of c084ae is 0.64.

The process color (four color CMYK) of #c084ae color hex is 0.00, 0.31, 0.09, 0.25. Web safe color of #c084ae is #cc9999. Color #c084ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000100 10101110
Octal 300 204 256
Decimal 192 132 174
Hex C0 84 AE

RGB Percentages of Color #c084ae

%38.55
%26.51
%34.94

CMYK Percentages of Color #c084ae

%0
%31
%9
%25

Triadic Colors of #c084ae

#c084ae #aec084 #84aec0

Analogous Colors of #c084ae

#c084ae #c08490 #b484c0

Monochromatic Colors of #c084ae

#c084ae

Complementary Color

#c084ae #84c096

#c084ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c084ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c084ae Color CSS Codes

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

#c084ae Text Font Color

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

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


#c084ae Background Color

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

This div background color is #c084ae


#c084ae Border Color

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

This div border color is #c084ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c084ae


Comments

No comments written yet.

Please login to write comment.