Color Hex Logo

#c182ba Color Hex

#C182BA
(193,130,186)
0 Favorites   0 Comments

Color spaces of #c182ba

RGB 193130186
HSL0.850.340.63
HSV307°33°76°
CMYK 0.000.330.04   0.24
XYZ38.837930.847950.3616
Yxy30.84790.32350.2570
Hunter Lab55.540927.6226-14.8825
CIE-Lab62.379033.1894-19.5351

#c182ba color RGB value is (193,130,186).

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

The process color (four color CMYK) of #c182ba color hex is 0.00, 0.33, 0.04, 0.24. Web safe color of #c182ba is #cc99cc. Color #c182ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000010 10111010
Octal 301 202 272
Decimal 193 130 186
Hex C1 82 BA

RGB Percentages of Color #c182ba

%37.92
%25.54
%36.54

CMYK Percentages of Color #c182ba

%0
%33
%4
%24

Triadic Colors of #c182ba

#c182ba #bac182 #82bac1

Analogous Colors of #c182ba

#c182ba #c1829b #a982c1

Monochromatic Colors of #c182ba

#c182ba

Complementary Color

#c182ba #82c189

#c182ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c182ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c182ba Color CSS Codes

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

#c182ba Text Font Color

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

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


#c182ba Background Color

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

This div background color is #c182ba


#c182ba Border Color

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

This div border color is #c182ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c182ba


Comments

No comments written yet.

Please login to write comment.