Color Hex Logo

#c781bb Color Hex

#C781BB
(199,129,187)
0 Favorites   0 Comments

Color spaces of #c781bb

RGB 199129187
HSL0.860.380.64
HSV310°35°78°
CMYK 0.000.350.06   0.22
XYZ40.373131.430550.9525
Yxy31.43050.32890.2560
Hunter Lab56.062930.4348-14.6414
CIE-Lab62.869435.9016-19.2922

#c781bb color RGB value is (199,129,187).

#c781bb hex color red value is 199, green value is 129 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c781bb hue: 0.86 , saturation: 0.38 and the lightness value of c781bb is 0.64.

The process color (four color CMYK) of #c781bb color hex is 0.00, 0.35, 0.06, 0.22. Web safe color of #c781bb is #cc99cc. Color #c781bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000001 10111011
Octal 307 201 273
Decimal 199 129 187
Hex C7 81 BB

RGB Percentages of Color #c781bb

%38.64
%25.05
%36.31

CMYK Percentages of Color #c781bb

%0
%35
%6
%22

Triadic Colors of #c781bb

#c781bb #bbc781 #81bbc7

Analogous Colors of #c781bb

#c781bb #c78198 #b081c7

Monochromatic Colors of #c781bb

#c781bb

Complementary Color

#c781bb #81c78d

#c781bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c781bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c781bb Color CSS Codes

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

#c781bb Text Font Color

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

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


#c781bb Background Color

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

This div background color is #c781bb


#c781bb Border Color

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

This div border color is #c781bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c781bb


Comments

No comments written yet.

Please login to write comment.