Color Hex Logo

#c181bb Color Hex

#C181BB
(193,129,187)
0 Favorites   0 Comments

Color spaces of #c181bb

RGB 193129187
HSL0.850.340.63
HSV306°33°76°
CMYK 0.000.330.03   0.24
XYZ38.812230.625850.8795
Yxy30.62580.32260.2545
Hunter Lab55.340628.3420-15.7721
CIE-Lab62.190533.9203-20.3886

#c181bb color RGB value is (193,129,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000001 10111011
Octal 301 201 273
Decimal 193 129 187
Hex C1 81 BB

RGB Percentages of Color #c181bb

%37.92
%25.34
%36.74

CMYK Percentages of Color #c181bb

%0
%33
%3
%24

Triadic Colors of #c181bb

#c181bb #bbc181 #81bbc1

Analogous Colors of #c181bb

#c181bb #c1819b #a781c1

Monochromatic Colors of #c181bb

#c181bb

Complementary Color

#c181bb #81c187

#c181bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c181bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c181bb Color CSS Codes

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

#c181bb Text Font Color

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

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


#c181bb Background Color

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

This div background color is #c181bb


#c181bb Border Color

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

This div border color is #c181bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,129,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c181bb


Comments

No comments written yet.

Please login to write comment.