Color Hex Logo

#c081bb Color Hex

#C081BB
(192,129,187)
0 Favorites   0 Comments

Color spaces of #c081bb

RGB 192129187
HSL0.850.330.63
HSV305°33°75°
CMYK 0.000.330.03   0.25
XYZ38.558130.494850.8676
Yxy30.49480.32150.2543
Hunter Lab55.222127.9966-15.9593
CIE-Lab62.078833.5903-20.5690

#c081bb color RGB value is (192,129,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000001 10111011
Octal 300 201 273
Decimal 192 129 187
Hex C0 81 BB

RGB Percentages of Color #c081bb

%37.80
%25.39
%36.81

CMYK Percentages of Color #c081bb

%0
%33
%3
%25

Triadic Colors of #c081bb

#c081bb #bbc081 #81bbc0

Analogous Colors of #c081bb

#c081bb #c0819c #a681c0

Monochromatic Colors of #c081bb

#c081bb

Complementary Color

#c081bb #81c086

#c081bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c081bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c081bb Color CSS Codes

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

#c081bb Text Font Color

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

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


#c081bb Background Color

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

This div background color is #c081bb


#c081bb Border Color

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

This div border color is #c081bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c081bb


Comments

No comments written yet.

Please login to write comment.