Color Hex Logo

#c77deb Color Hex

#C77DEB
(199,125,235)
0 Favorites   0 Comments

Color spaces of #c77deb

RGB 199125235
HSL0.780.730.71
HSV280°47°92°
CMYK 0.150.470.00   0.08
XYZ45.882232.807582.5115
Yxy32.80750.28460.2035
Hunter Lab57.277842.7506-45.3156
CIE-Lab64.004747.3800-44.4006

#c77deb color RGB value is (199,125,235).

#c77deb hex color red value is 199, green value is 125 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c77deb hue: 0.78 , saturation: 0.73 and the lightness value of c77deb is 0.71.

The process color (four color CMYK) of #c77deb color hex is 0.15, 0.47, 0.00, 0.08. Web safe color of #c77deb is #cc66ff. Color #c77deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111101 11101011
Octal 307 175 353
Decimal 199 125 235
Hex C7 7D EB

RGB Percentages of Color #c77deb

%35.60
%22.36
%42.04

CMYK Percentages of Color #c77deb

%15
%47
%0
%8

Triadic Colors of #c77deb

#c77deb #ebc77d #7debc7

Analogous Colors of #c77deb

#c77deb #eb7dd8 #907deb

Monochromatic Colors of #c77deb

#c77deb

Complementary Color

#c77deb #a1eb7d

#c77deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77deb Color CSS Codes

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

#c77deb Text Font Color

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

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


#c77deb Background Color

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

This div background color is #c77deb


#c77deb Border Color

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

This div border color is #c77deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77deb


Comments

No comments written yet.

Please login to write comment.