Color Hex Logo

#775dee Color Hex

#775DEE
(119,93,238)
0 Favorites   0 Comments

Color spaces of #775dee

RGB 11993238
HSL0.700.810.65
HSV251°61°93°
CMYK 0.500.610.00   0.07
XYZ26.954717.923782.9279
Yxy17.92370.21090.1402
Hunter Lab42.336439.5586-86.5009
CIE-Lab49.403446.5886-69.8815

#775dee color RGB value is (119,93,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011101 11101110
Octal 167 135 356
Decimal 119 93 238
Hex 77 5D EE

RGB Percentages of Color #775dee

%26.44
%20.67
%52.89

CMYK Percentages of Color #775dee

%50
%61
%0
%7

Triadic Colors of #775dee

#775dee #ee775d #5dee77

Analogous Colors of #775dee

#775dee #c05dee #5d8cee

Monochromatic Colors of #775dee

#775dee

Complementary Color

#775dee #d4ee5d

#775dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#775dee Color CSS Codes

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

#775dee Text Font Color

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

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


#775dee Background Color

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

This div background color is #775dee


#775dee Border Color

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

This div border color is #775dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775dee


Comments

No comments written yet.

Please login to write comment.