Color Hex Logo

#c082ba Color Hex

#C082BA
(192,130,186)
0 Favorites   0 Comments

Color spaces of #c082ba

RGB 192130186
HSL0.850.330.63
HSV306°32°75°
CMYK 0.000.320.03   0.25
XYZ38.583830.716950.3497
Yxy30.71690.32250.2567
Hunter Lab55.422827.2767-15.0669
CIE-Lab62.267932.8574-19.7145

#c082ba color RGB value is (192,130,186).

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

The process color (four color CMYK) of #c082ba color hex is 0.00, 0.32, 0.03, 0.25. Web safe color of #c082ba is #cc99cc. Color #c082ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 10111010
Octal 300 202 272
Decimal 192 130 186
Hex C0 82 BA

RGB Percentages of Color #c082ba

%37.80
%25.59
%36.61

CMYK Percentages of Color #c082ba

%0
%32
%3
%25

Triadic Colors of #c082ba

#c082ba #bac082 #82bac0

Analogous Colors of #c082ba

#c082ba #c0829b #a782c0

Monochromatic Colors of #c082ba

#c082ba

Complementary Color

#c082ba #82c088

#c082ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c082ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c082ba Color CSS Codes

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

#c082ba Text Font Color

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

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


#c082ba Background Color

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

This div background color is #c082ba


#c082ba Border Color

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

This div border color is #c082ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c082ba


Comments

No comments written yet.

Please login to write comment.