Color Hex Logo

#775eeb Color Hex

#775EEB
(119,94,235)
0 Favorites   0 Comments

Color spaces of #775eeb

RGB 11994235
HSL0.700.780.65
HSV251°60°92°
CMYK 0.490.600.00   0.08
XYZ26.605817.925580.6549
Yxy17.92550.21250.1432
Hunter Lab42.338538.0782-83.3105
CIE-Lab49.405645.1557-68.1935

#775eeb color RGB value is (119,94,235).

#775eeb hex color red value is 119, green value is 94 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #775eeb hue: 0.70 , saturation: 0.78 and the lightness value of 775eeb is 0.65.

The process color (four color CMYK) of #775eeb color hex is 0.49, 0.60, 0.00, 0.08. Web safe color of #775eeb is #6666ff. Color #775eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011110 11101011
Octal 167 136 353
Decimal 119 94 235
Hex 77 5E EB

RGB Percentages of Color #775eeb

%26.56
%20.98
%52.46

CMYK Percentages of Color #775eeb

%49
%60
%0
%8

Triadic Colors of #775eeb

#775eeb #eb775e #5eeb77

Analogous Colors of #775eeb

#775eeb #be5eeb #5e8ceb

Monochromatic Colors of #775eeb

#775eeb

Complementary Color

#775eeb #d2eb5e

#775eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#775eeb Color CSS Codes

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

#775eeb Text Font Color

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

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


#775eeb Background Color

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

This div background color is #775eeb


#775eeb Border Color

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

This div border color is #775eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,94,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #775eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #775eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #775eeb;
  box-shadow:         1px 1px 3px 2px #775eeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,94,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 #775eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775eeb


Comments

No comments written yet.

Please login to write comment.