Color Hex Logo

#775beb Color Hex

#775BEB
(119,91,235)
0 Favorites   0 Comments

Color spaces of #775beb

RGB 11991235
HSL0.700.780.64
HSV252°61°92°
CMYK 0.490.610.00   0.08
XYZ26.344217.402380.5677
Yxy17.40230.21190.1400
Hunter Lab41.716139.7218-85.3076
CIE-Lab48.763046.8501-69.2362

#775beb color RGB value is (119,91,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011011 11101011
Octal 167 133 353
Decimal 119 91 235
Hex 77 5B EB

RGB Percentages of Color #775beb

%26.74
%20.45
%52.81

CMYK Percentages of Color #775beb

%49
%61
%0
%8

Triadic Colors of #775beb

#775beb #eb775b #5beb77

Analogous Colors of #775beb

#775beb #bf5beb #5b87eb

Monochromatic Colors of #775beb

#775beb

Complementary Color

#775beb #cfeb5b

#775beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#775beb Color CSS Codes

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

#775beb Text Font Color

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

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


#775beb Background Color

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

This div background color is #775beb


#775beb Border Color

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

This div border color is #775beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775beb


Comments

No comments written yet.

Please login to write comment.