Color Hex Logo

#775efe Color Hex

#775EFE
(119,94,254)
0 Favorites   0 Comments

Color spaces of #775efe

RGB 11994254
HSL0.690.990.68
HSV249°63°100°
CMYK 0.530.630.00   0.00
XYZ29.499819.083195.8945
Yxy19.08310.20420.1321
Hunter Lab43.684244.0931-99.5730
CIE-Lab50.784350.6665-76.5631

#775efe color RGB value is (119,94,254).

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

The process color (four color CMYK) of #775efe color hex is 0.53, 0.63, 0.00, 0.00. Web safe color of #775efe is #6666ff. Color #775efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011110 11111110
Octal 167 136 376
Decimal 119 94 254
Hex 77 5E FE

RGB Percentages of Color #775efe

%25.48
%20.13
%54.39

CMYK Percentages of Color #775efe

%53
%63
%0
%0

Triadic Colors of #775efe

#775efe #fe775e #5efe77

Analogous Colors of #775efe

#775efe #c75efe #5e95fe

Monochromatic Colors of #775efe

#775efe

Complementary Color

#775efe #e5fe5e

#775efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#775efe Color CSS Codes

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

#775efe Text Font Color

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

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


#775efe Background Color

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

This div background color is #775efe


#775efe Border Color

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

This div border color is #775efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775efe


Comments

No comments written yet.

Please login to write comment.