Color Hex Logo

#c785bb Color Hex

#C785BB
(199,133,187)
0 Favorites   0 Comments

Color spaces of #c785bb

RGB 199133187
HSL0.860.370.65
HSV311°33°78°
CMYK 0.000.330.06   0.22
XYZ40.910432.505051.1316
Yxy32.50500.32850.2610
Hunter Lab57.013228.3116-13.2644
CIE-Lab63.758133.7309-17.9417

#c785bb color RGB value is (199,133,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000101 10111011
Octal 307 205 273
Decimal 199 133 187
Hex C7 85 BB

RGB Percentages of Color #c785bb

%38.34
%25.63
%36.03

CMYK Percentages of Color #c785bb

%0
%33
%6
%22

Triadic Colors of #c785bb

#c785bb #bbc785 #85bbc7

Analogous Colors of #c785bb

#c785bb #c7859a #b285c7

Monochromatic Colors of #c785bb

#c785bb

Complementary Color

#c785bb #85c791

#c785bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c785bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c785bb Color CSS Codes

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

#c785bb Text Font Color

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

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


#c785bb Background Color

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

This div background color is #c785bb


#c785bb Border Color

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

This div border color is #c785bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c785bb


Comments

No comments written yet.

Please login to write comment.