Color Hex Logo

#775eee Color Hex

#775EEE
(119,94,238)
0 Favorites   0 Comments

Color spaces of #775eee

RGB 11994238
HSL0.700.810.65
HSV250°61°93°
CMYK 0.500.610.00   0.07
XYZ27.043118.100482.9573
Yxy18.10040.21110.1413
Hunter Lab42.544639.0091-85.8279
CIE-Lab49.617746.0240-69.5337

#775eee color RGB value is (119,94,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011110 11101110
Octal 167 136 356
Decimal 119 94 238
Hex 77 5E EE

RGB Percentages of Color #775eee

%26.39
%20.84
%52.77

CMYK Percentages of Color #775eee

%50
%61
%0
%7

Triadic Colors of #775eee

#775eee #ee775e #5eee77

Analogous Colors of #775eee

#775eee #bf5eee #5e8dee

Monochromatic Colors of #775eee

#775eee

Complementary Color

#775eee #d5ee5e

#775eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#775eee Color CSS Codes

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

#775eee Text Font Color

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

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


#775eee Background Color

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

This div background color is #775eee


#775eee Border Color

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

This div border color is #775eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775eee


Comments

No comments written yet.

Please login to write comment.