Color Hex Logo

#c785bd Color Hex

#C785BD
(199,133,189)
0 Favorites   0 Comments

Color spaces of #c785bd

RGB 199133189
HSL0.860.370.65
HSV309°33°78°
CMYK 0.000.330.05   0.22
XYZ41.126032.591352.2673
Yxy32.59130.32640.2587
Hunter Lab57.088828.6836-14.3205
CIE-Lab63.828634.0890-18.9626

#c785bd color RGB value is (199,133,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000101 10111101
Octal 307 205 275
Decimal 199 133 189
Hex C7 85 BD

RGB Percentages of Color #c785bd

%38.20
%25.53
%36.28

CMYK Percentages of Color #c785bd

%0
%33
%5
%22

Triadic Colors of #c785bd

#c785bd #bdc785 #85bdc7

Analogous Colors of #c785bd

#c785bd #c7859c #b085c7

Monochromatic Colors of #c785bd

#c785bd

Complementary Color

#c785bd #85c78f

#c785bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c785bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c785bd Color CSS Codes

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

#c785bd Text Font Color

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

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


#c785bd Background Color

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

This div background color is #c785bd


#c785bd Border Color

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

This div border color is #c785bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,133,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c785bd


Comments

No comments written yet.

Please login to write comment.