Color Hex Logo

#c77afe Color Hex

#C77AFE
(199,122,254)
0 Favorites   0 Comments

Color spaces of #c77afe

RGB 199122254
HSL0.760.990.74
HSV275°52°100°
CMYK 0.220.520.00   0.00
XYZ48.402133.216997.6264
Yxy33.21690.27000.1853
Hunter Lab57.634149.0476-60.0874
CIE-Lab64.336253.0044-54.3451

#c77afe color RGB value is (199,122,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111010 11111110
Octal 307 172 376
Decimal 199 122 254
Hex C7 7A FE

RGB Percentages of Color #c77afe

%34.61
%21.22
%44.17

CMYK Percentages of Color #c77afe

%22
%52
%0
%0

Triadic Colors of #c77afe

#c77afe #fec77a #7afec7

Analogous Colors of #c77afe

#c77afe #fe7af3 #857afe

Monochromatic Colors of #c77afe

#c77afe

Complementary Color

#c77afe #b1fe7a

#c77afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77afe Color CSS Codes

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

#c77afe Text Font Color

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

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


#c77afe Background Color

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

This div background color is #c77afe


#c77afe Border Color

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

This div border color is #c77afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77afe

Related Colors


Comments

No comments written yet.

Please login to write comment.