Color Hex Logo

#c082ad Color Hex

#C082AD
(192,130,173)
0 Favorites   0 Comments

Color spaces of #c082ad

RGB 192130173
HSL0.880.330.63
HSV318°32°75°
CMYK 0.000.320.10   0.25
XYZ37.263730.188943.3982
Yxy30.18890.33620.2723
Hunter Lab54.944424.9072-8.3695
CIE-Lab61.816930.5303-13.0192

#c082ad color RGB value is (192,130,173).

#c082ad hex color red value is 192, green value is 130 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c082ad hue: 0.88 , saturation: 0.33 and the lightness value of c082ad is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 10101101
Octal 300 202 255
Decimal 192 130 173
Hex C0 82 AD

RGB Percentages of Color #c082ad

%38.79
%26.26
%34.95

CMYK Percentages of Color #c082ad

%0
%32
%10
%25

Triadic Colors of #c082ad

#c082ad #adc082 #82adc0

Analogous Colors of #c082ad

#c082ad #c0828e #b482c0

Monochromatic Colors of #c082ad

#c082ad

Complementary Color

#c082ad #82c095

#c082ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c082ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c082ad Color CSS Codes

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

#c082ad Text Font Color

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

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


#c082ad Background Color

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

This div background color is #c082ad


#c082ad Border Color

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

This div border color is #c082ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c082ad


Comments

No comments written yet.

Please login to write comment.