Color Hex Logo

#775dde Color Hex

#775DDE
(119,93,222)
0 Favorites   0 Comments

Color spaces of #775dde

RGB 11993222
HSL0.700.660.62
HSV252°58°87°
CMYK 0.460.580.00   0.13
XYZ24.706917.024671.0911
Yxy17.02460.21900.1509
Hunter Lab41.260934.6788-73.2721
CIE-Lab48.291041.9859-62.6596

#775dde color RGB value is (119,93,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011101 11011110
Octal 167 135 336
Decimal 119 93 222
Hex 77 5D DE

RGB Percentages of Color #775dde

%27.42
%21.43
%51.15

CMYK Percentages of Color #775dde

%46
%58
%0
%13

Triadic Colors of #775dde

#775dde #de775d #5dde77

Analogous Colors of #775dde

#775dde #b85dde #5d84de

Monochromatic Colors of #775dde

#775dde

Complementary Color

#775dde #c4de5d

#775dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#775dde Color CSS Codes

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

#775dde Text Font Color

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

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


#775dde Background Color

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

This div background color is #775dde


#775dde Border Color

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

This div border color is #775dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775dde


Comments

No comments written yet.

Please login to write comment.