Color Hex Logo

#770bde Color Hex

#770BDE
(119,11,222)
0 Favorites   0 Comments

Color spaces of #770bde

RGB 11911222
HSL0.750.910.46
HSV271°95°87°
CMYK 0.460.950.00   0.13
XYZ20.91229.435269.8262
Yxy9.43520.20880.0942
Hunter Lab30.716867.7697-113.2779
CIE-Lab36.809174.2243-81.4209

#770bde color RGB value is (119,11,222).

#770bde hex color red value is 119, green value is 11 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #770bde hue: 0.75 , saturation: 0.91 and the lightness value of 770bde is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001011 11011110
Octal 167 13 336
Decimal 119 11 222
Hex 77 B DE

RGB Percentages of Color #770bde

%33.81
%3.13
%63.07

CMYK Percentages of Color #770bde

%46
%95
%0
%13

Triadic Colors of #770bde

#770bde #de770b #0bde77

Analogous Colors of #770bde

#770bde #de0bdc #0d0bde

Monochromatic Colors of #770bde

#770bde

Complementary Color

#770bde #72de0b

#770bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#770bde Color CSS Codes

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

#770bde Text Font Color

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

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


#770bde Background Color

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

This div background color is #770bde


#770bde Border Color

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

This div border color is #770bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770bde


Comments

No comments written yet.

Please login to write comment.