Color Hex Logo

#c084ad Color Hex

#C084AD
(192,132,173)
0 Favorites   0 Comments

Color spaces of #c084ad

RGB 192132173
HSL0.890.320.64
HSV319°31°75°
CMYK 0.000.310.10   0.25
XYZ37.532330.726143.4877
Yxy30.72610.33590.2750
Hunter Lab55.431123.8575-7.7133
CIE-Lab62.275729.4296-12.3292

#c084ad color RGB value is (192,132,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000100 10101101
Octal 300 204 255
Decimal 192 132 173
Hex C0 84 AD

RGB Percentages of Color #c084ad

%38.63
%26.56
%34.81

CMYK Percentages of Color #c084ad

%0
%31
%10
%25

Triadic Colors of #c084ad

#c084ad #adc084 #84adc0

Analogous Colors of #c084ad

#c084ad #c0848f #b584c0

Monochromatic Colors of #c084ad

#c084ad

Complementary Color

#c084ad #84c097

#c084ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c084ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c084ad Color CSS Codes

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

#c084ad Text Font Color

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

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


#c084ad Background Color

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

This div background color is #c084ad


#c084ad Border Color

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

This div border color is #c084ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,132,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c084ad


Comments

No comments written yet.

Please login to write comment.