Color Hex Logo

#c77feb Color Hex

#C77FEB
(199,127,235)
0 Favorites   0 Comments

Color spaces of #c77feb

RGB 199127235
HSL0.780.730.71
HSV280°46°92°
CMYK 0.150.460.00   0.08
XYZ46.138033.319082.5967
Yxy33.31900.28470.2056
Hunter Lab57.722641.6615-44.4337
CIE-Lab64.418446.3246-43.7502

#c77feb color RGB value is (199,127,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111111 11101011
Octal 307 177 353
Decimal 199 127 235
Hex C7 7F EB

RGB Percentages of Color #c77feb

%35.47
%22.64
%41.89

CMYK Percentages of Color #c77feb

%15
%46
%0
%8

Triadic Colors of #c77feb

#c77feb #ebc77f #7febc7

Analogous Colors of #c77feb

#c77feb #eb7fd9 #917feb

Monochromatic Colors of #c77feb

#c77feb

Complementary Color

#c77feb #a3eb7f

#c77feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77feb Color CSS Codes

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

#c77feb Text Font Color

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

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


#c77feb Background Color

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

This div background color is #c77feb


#c77feb Border Color

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

This div border color is #c77feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77feb


Comments

No comments written yet.

Please login to write comment.