Color Hex Logo

#775bde Color Hex

#775BDE
(119,91,222)
0 Favorites   0 Comments

Color spaces of #775bde

RGB 11991222
HSL0.700.660.61
HSV253°59°87°
CMYK 0.460.590.00   0.13
XYZ24.533716.678071.0334
Yxy16.67800.21860.1486
Hunter Lab40.838735.7655-74.5398
CIE-Lab47.851743.1319-63.3701

#775bde color RGB value is (119,91,222).

#775bde hex color red value is 119, green value is 91 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #775bde hue: 0.70 , saturation: 0.66 and the lightness value of 775bde is 0.61.

The process color (four color CMYK) of #775bde color hex is 0.46, 0.59, 0.00, 0.13. Web safe color of #775bde is #6666cc. Color #775bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011011 11011110
Octal 167 133 336
Decimal 119 91 222
Hex 77 5B DE

RGB Percentages of Color #775bde

%27.55
%21.06
%51.39

CMYK Percentages of Color #775bde

%46
%59
%0
%13

Triadic Colors of #775bde

#775bde #de775b #5bde77

Analogous Colors of #775bde

#775bde #b95bde #5b81de

Monochromatic Colors of #775bde

#775bde

Complementary Color

#775bde #c2de5b

#775bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#775bde Color CSS Codes

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

#775bde Text Font Color

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

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


#775bde Background Color

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

This div background color is #775bde


#775bde Border Color

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

This div border color is #775bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775bde


Comments

No comments written yet.

Please login to write comment.