Color Hex Logo

#c77efa Color Hex

#C77EFA
(199,126,250)
0 Favorites   0 Comments

Color spaces of #c77efa

RGB 199126250
HSL0.760.930.74
HSV275°50°98°
CMYK 0.200.500.00   0.02
XYZ48.269433.966094.4545
Yxy33.96600.27320.1922
Hunter Lab58.280445.8480-55.2946
CIE-Lab64.935650.0555-51.1999

#c77efa color RGB value is (199,126,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111110 11111010
Octal 307 176 372
Decimal 199 126 250
Hex C7 7E FA

RGB Percentages of Color #c77efa

%34.61
%21.91
%43.48

CMYK Percentages of Color #c77efa

%20
%50
%0
%2

Triadic Colors of #c77efa

#c77efa #fac77e #7efac7

Analogous Colors of #c77efa

#c77efa #fa7eef #897efa

Monochromatic Colors of #c77efa

#c77efa

Complementary Color

#c77efa #b1fa7e

#c77efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77efa Color CSS Codes

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

#c77efa Text Font Color

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

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


#c77efa Background Color

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

This div background color is #c77efa


#c77efa Border Color

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

This div border color is #c77efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77efa

Related Colors


Comments

No comments written yet.

Please login to write comment.