Color Hex Logo

#c77efe Color Hex

#C77EFE
(199,126,254)
0 Favorites   0 Comments

Color spaces of #c77efe

RGB 199126254
HSL0.760.980.75
HSV274°50°100°
CMYK 0.220.500.00   0.00
XYZ48.903434.219697.7935
Yxy34.21960.27030.1891
Hunter Lab58.497546.8537-58.1701
CIE-Lab65.136550.9284-53.0751

#c77efe color RGB value is (199,126,254).

#c77efe hex color red value is 199, green value is 126 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c77efe hue: 0.76 , saturation: 0.98 and the lightness value of c77efe is 0.75.

The process color (four color CMYK) of #c77efe color hex is 0.22, 0.50, 0.00, 0.00. Web safe color of #c77efe is #cc66ff. Color #c77efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111110 11111110
Octal 307 176 376
Decimal 199 126 254
Hex C7 7E FE

RGB Percentages of Color #c77efe

%34.37
%21.76
%43.87

CMYK Percentages of Color #c77efe

%22
%50
%0
%0

Triadic Colors of #c77efe

#c77efe #fec77e #7efec7

Analogous Colors of #c77efe

#c77efe #fe7ef5 #877efe

Monochromatic Colors of #c77efe

#c77efe

Complementary Color

#c77efe #b5fe7e

#c77efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77efe Color CSS Codes

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

#c77efe Text Font Color

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

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


#c77efe Background Color

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

This div background color is #c77efe


#c77efe Border Color

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

This div border color is #c77efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77efe


Comments

No comments written yet.

Please login to write comment.