Color Hex Logo

#c77efb Color Hex

#C77EFB
(199,126,251)
0 Favorites   0 Comments

Color spaces of #c77efb

RGB 199126251
HSL0.760.940.74
HSV275°50°98°
CMYK 0.210.500.00   0.02
XYZ48.426634.028995.2827
Yxy34.02890.27250.1915
Hunter Lab58.334346.0979-56.0097
CIE-Lab64.985550.2729-51.6697

#c77efb color RGB value is (199,126,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111110 11111011
Octal 307 176 373
Decimal 199 126 251
Hex C7 7E FB

RGB Percentages of Color #c77efb

%34.55
%21.88
%43.58

CMYK Percentages of Color #c77efb

%21
%50
%0
%2

Triadic Colors of #c77efb

#c77efb #fbc77e #7efbc7

Analogous Colors of #c77efb

#c77efb #fb7ef1 #897efb

Monochromatic Colors of #c77efb

#c77efb

Complementary Color

#c77efb #b2fb7e

#c77efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77efb Color CSS Codes

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

#c77efb Text Font Color

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

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


#c77efb Background Color

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

This div background color is #c77efb


#c77efb Border Color

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

This div border color is #c77efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77efb


Comments

No comments written yet.

Please login to write comment.