Color Hex Logo

#c77aeb Color Hex

#C77AEB
(199,122,235)
0 Favorites   0 Comments

Color spaces of #c77aeb

RGB 199122235
HSL0.780.740.70
HSV281°48°92°
CMYK 0.150.480.00   0.08
XYZ45.508132.059382.3868
Yxy32.05930.28450.2004
Hunter Lab56.620944.3797-46.6358
CIE-Lab63.391948.9528-45.3654

#c77aeb color RGB value is (199,122,235).

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

The process color (four color CMYK) of #c77aeb color hex is 0.15, 0.48, 0.00, 0.08. Web safe color of #c77aeb is #cc66ff. Color #c77aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111010 11101011
Octal 307 172 353
Decimal 199 122 235
Hex C7 7A EB

RGB Percentages of Color #c77aeb

%35.79
%21.94
%42.27

CMYK Percentages of Color #c77aeb

%15
%48
%0
%8

Triadic Colors of #c77aeb

#c77aeb #ebc77a #7aebc7

Analogous Colors of #c77aeb

#c77aeb #eb7ad7 #8f7aeb

Monochromatic Colors of #c77aeb

#c77aeb

Complementary Color

#c77aeb #9eeb7a

#c77aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77aeb Color CSS Codes

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

#c77aeb Text Font Color

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

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


#c77aeb Background Color

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

This div background color is #c77aeb


#c77aeb Border Color

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

This div border color is #c77aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77aeb


Comments

No comments written yet.

Please login to write comment.