Color Hex Logo

#c77eef Color Hex

#C77EEF
(199,126,239)
0 Favorites   0 Comments

Color spaces of #c77eef

RGB 199126239
HSL0.770.780.72
HSV279°47°94°
CMYK 0.170.470.00   0.06
XYZ46.594033.295885.6323
Yxy33.29580.28150.2012
Hunter Lab57.702543.1569-47.5964
CIE-Lab64.399747.6954-45.9901

#c77eef color RGB value is (199,126,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111110 11101111
Octal 307 176 357
Decimal 199 126 239
Hex C7 7E EF

RGB Percentages of Color #c77eef

%35.28
%22.34
%42.38

CMYK Percentages of Color #c77eef

%17
%47
%0
%6

Triadic Colors of #c77eef

#c77eef #efc77e #7eefc7

Analogous Colors of #c77eef

#c77eef #ef7edf #8f7eef

Monochromatic Colors of #c77eef

#c77eef

Complementary Color

#c77eef #a6ef7e

#c77eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77eef Color CSS Codes

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

#c77eef Text Font Color

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

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


#c77eef Background Color

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

This div background color is #c77eef


#c77eef Border Color

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

This div border color is #c77eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77eef


Comments

No comments written yet.

Please login to write comment.