Color Hex Logo

#7760ed Color Hex

#7760ED
(119,96,237)
0 Favorites   0 Comments

Color spaces of #7760ed

RGB 11996237
HSL0.690.800.65
HSV250°59°93°
CMYK 0.500.590.00   0.07
XYZ27.076718.402182.2456
Yxy18.40210.21200.1441
Hunter Lab42.897737.5970-83.6454
CIE-Lab49.980244.5973-68.3847

#7760ed color RGB value is (119,96,237).

#7760ed hex color red value is 119, green value is 96 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7760ed hue: 0.69 , saturation: 0.80 and the lightness value of 7760ed is 0.65.

The process color (four color CMYK) of #7760ed color hex is 0.50, 0.59, 0.00, 0.07. Web safe color of #7760ed is #6666ff. Color #7760ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100000 11101101
Octal 167 140 355
Decimal 119 96 237
Hex 77 60 ED

RGB Percentages of Color #7760ed

%26.33
%21.24
%52.43

CMYK Percentages of Color #7760ed

%50
%59
%0
%7

Triadic Colors of #7760ed

#7760ed #ed7760 #60ed77

Analogous Colors of #7760ed

#7760ed #be60ed #6090ed

Monochromatic Colors of #7760ed

#7760ed

Complementary Color

#7760ed #d6ed60

#7760ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7760ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7760ed Color CSS Codes

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

#7760ed Text Font Color

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

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


#7760ed Background Color

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

This div background color is #7760ed


#7760ed Border Color

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

This div border color is #7760ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,96,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7760ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7760ed;
  -webkit-box-shadow: 1px 1px 3px 2px #7760ed;
  box-shadow:         1px 1px 3px 2px #7760ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,96,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7760ed


Comments

No comments written yet.

Please login to write comment.