Color Hex Logo

#c082ab Color Hex

#C082AB
(192,130,171)
0 Favorites   0 Comments

Color spaces of #c082ab

RGB 192130171
HSL0.890.330.63
HSV320°32°75°
CMYK 0.000.320.11   0.25
XYZ37.071530.112042.3864
Yxy30.11200.33830.2748
Hunter Lab54.874424.5590-7.3850
CIE-Lab61.750730.1851-11.9804

#c082ab color RGB value is (192,130,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 10101011
Octal 300 202 253
Decimal 192 130 171
Hex C0 82 AB

RGB Percentages of Color #c082ab

%38.95
%26.37
%34.69

CMYK Percentages of Color #c082ab

%0
%32
%11
%25

Triadic Colors of #c082ab

#c082ab #abc082 #82abc0

Analogous Colors of #c082ab

#c082ab #c0828c #b682c0

Monochromatic Colors of #c082ab

#c082ab

Complementary Color

#c082ab #82c097

#c082ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c082ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c082ab Color CSS Codes

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

#c082ab Text Font Color

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

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


#c082ab Background Color

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

This div background color is #c082ab


#c082ab Border Color

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

This div border color is #c082ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c082ab


Comments

No comments written yet.

Please login to write comment.