Color Hex Logo

#772eef Color Hex

#772EEF
(119,46,239)
0 Favorites   0 Comments

Color spaces of #772eef

RGB 11946239
HSL0.730.860.56
HSV263°81°94°
CMYK 0.500.810.00   0.06
XYZ24.164712.107982.7248
Yxy12.10790.20310.1017
Hunter Lab34.796463.0673-116.5983
CIE-Lab41.387169.3926-83.5535

#772eef color RGB value is (119,46,239).

#772eef hex color red value is 119, green value is 46 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #772eef hue: 0.73 , saturation: 0.86 and the lightness value of 772eef is 0.56.

The process color (four color CMYK) of #772eef color hex is 0.50, 0.81, 0.00, 0.06. Web safe color of #772eef is #6633ff. Color #772eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101110 11101111
Octal 167 56 357
Decimal 119 46 239
Hex 77 2E EF

RGB Percentages of Color #772eef

%29.46
%11.39
%59.16

CMYK Percentages of Color #772eef

%50
%81
%0
%6

Triadic Colors of #772eef

#772eef #ef772e #2eef77

Analogous Colors of #772eef

#772eef #d82eef #2e46ef

Monochromatic Colors of #772eef

#772eef

Complementary Color

#772eef #a6ef2e

#772eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#772eef Color CSS Codes

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

#772eef Text Font Color

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

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


#772eef Background Color

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

This div background color is #772eef


#772eef Border Color

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

This div border color is #772eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,46,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #772eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #772eef;
  -webkit-box-shadow: 1px 1px 3px 2px #772eef;
  box-shadow:         1px 1px 3px 2px #772eef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772eef


Comments

No comments written yet.

Please login to write comment.