Color Hex Logo

#c77fef Color Hex

#C77FEF
(199,127,239)
0 Favorites   0 Comments

Color spaces of #c77fef

RGB 199127239
HSL0.770.780.72
HSV279°47°94°
CMYK 0.170.470.00   0.06
XYZ46.722533.552985.6752
Yxy33.55290.28150.2022
Hunter Lab57.924942.6105-47.1469
CIE-Lab64.606147.1678-45.6650

#c77fef color RGB value is (199,127,239).

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

The process color (four color CMYK) of #c77fef color hex is 0.17, 0.47, 0.00, 0.06. Web safe color of #c77fef is #cc66ff. Color #c77fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111111 11101111
Octal 307 177 357
Decimal 199 127 239
Hex C7 7F EF

RGB Percentages of Color #c77fef

%35.22
%22.48
%42.30

CMYK Percentages of Color #c77fef

%17
%47
%0
%6

Triadic Colors of #c77fef

#c77fef #efc77f #7fefc7

Analogous Colors of #c77fef

#c77fef #ef7fdf #8f7fef

Monochromatic Colors of #c77fef

#c77fef

Complementary Color

#c77fef #a7ef7f

#c77fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77fef Color CSS Codes

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

#c77fef Text Font Color

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

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


#c77fef Background Color

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

This div background color is #c77fef


#c77fef Border Color

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

This div border color is #c77fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77fef


Comments

No comments written yet.

Please login to write comment.