Color Hex Logo

#775ffa Color Hex

#775FFA
(119,95,250)
0 Favorites   0 Comments

Color spaces of #775ffa

RGB 11995250
HSL0.690.940.68
HSV249°62°98°
CMYK 0.520.620.00   0.02
XYZ28.955319.008592.5854
Yxy19.00850.20600.1352
Hunter Lab43.598742.2497-95.3879
CIE-Lab50.697148.9463-74.4823

#775ffa color RGB value is (119,95,250).

#775ffa hex color red value is 119, green value is 95 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #775ffa hue: 0.69 , saturation: 0.94 and the lightness value of 775ffa is 0.68.

The process color (four color CMYK) of #775ffa color hex is 0.52, 0.62, 0.00, 0.02. Web safe color of #775ffa is #6666ff. Color #775ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011111 11111010
Octal 167 137 372
Decimal 119 95 250
Hex 77 5F FA

RGB Percentages of Color #775ffa

%25.65
%20.47
%53.88

CMYK Percentages of Color #775ffa

%52
%62
%0
%2

Triadic Colors of #775ffa

#775ffa #fa775f #5ffa77

Analogous Colors of #775ffa

#775ffa #c55ffa #5f95fa

Monochromatic Colors of #775ffa

#775ffa

Complementary Color

#775ffa #e2fa5f

#775ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#775ffa Color CSS Codes

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

#775ffa Text Font Color

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

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


#775ffa Background Color

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

This div background color is #775ffa


#775ffa Border Color

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

This div border color is #775ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.