Color Hex Logo

#775fda Color Hex

#775FDA
(119,95,218)
0 Favorites   0 Comments

Color spaces of #775fda

RGB 11995218
HSL0.700.620.61
HSV252°56°85°
CMYK 0.450.560.00   0.15
XYZ24.354817.168368.3598
Yxy17.16830.22160.1562
Hunter Lab41.434632.4096-68.8137
CIE-Lab48.471439.6852-60.0975

#775fda color RGB value is (119,95,218).

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

The process color (four color CMYK) of #775fda color hex is 0.45, 0.56, 0.00, 0.15. Web safe color of #775fda is #6666cc. Color #775fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011111 11011010
Octal 167 137 332
Decimal 119 95 218
Hex 77 5F DA

RGB Percentages of Color #775fda

%27.55
%21.99
%50.46

CMYK Percentages of Color #775fda

%45
%56
%0
%15

Triadic Colors of #775fda

#775fda #da775f #5fda77

Analogous Colors of #775fda

#775fda #b55fda #5f85da

Monochromatic Colors of #775fda

#775fda

Complementary Color

#775fda #c2da5f

#775fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#775fda Color CSS Codes

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

#775fda Text Font Color

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

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


#775fda Background Color

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

This div background color is #775fda


#775fda Border Color

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

This div border color is #775fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775fda


Comments

No comments written yet.

Please login to write comment.