Color Hex Logo

#6e5bfa Color Hex

#6E5BFA
(110,91,250)
0 Favorites   0 Comments

Color spaces of #6e5bfa

RGB 11091250
HSL0.690.940.67
HSV247°64°98°
CMYK 0.560.640.00   0.02
XYZ27.426817.699392.4132
Yxy17.69930.19940.1287
Hunter Lab42.070542.7450-100.7885
CIE-Lab49.129349.6768-77.0679

#6e5bfa color RGB value is (110,91,250).

#6e5bfa hex color red value is 110, green value is 91 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6e5bfa hue: 0.69 , saturation: 0.94 and the lightness value of 6e5bfa is 0.67.

The process color (four color CMYK) of #6e5bfa color hex is 0.56, 0.64, 0.00, 0.02. Web safe color of #6e5bfa is #6666ff. Color #6e5bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01011011 11111010
Octal 156 133 372
Decimal 110 91 250
Hex 6E 5B FA

RGB Percentages of Color #6e5bfa

%24.39
%20.18
%55.43

CMYK Percentages of Color #6e5bfa

%56
%64
%0
%2

Triadic Colors of #6e5bfa

#6e5bfa #fa6e5b #5bfa6e

Analogous Colors of #6e5bfa

#6e5bfa #be5bfa #5b98fa

Monochromatic Colors of #6e5bfa

#6e5bfa

Complementary Color

#6e5bfa #e7fa5b

#6e5bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e5bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e5bfa Color CSS Codes

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

#6e5bfa Text Font Color

<p style="color:#6e5bfa">Text here</p>

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


#6e5bfa Background Color

<div style="background-color:#6e5bfa">
Div content here</div>

This div background color is #6e5bfa


#6e5bfa Border Color

<div style="border:3px solid #6e5bfa">
Div here</div>

This div border color is #6e5bfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,91,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e5bfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e5bfa;
  -webkit-box-shadow: 1px 1px 3px 2px #6e5bfa;
  box-shadow:         1px 1px 3px 2px #6e5bfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,91,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 #6e5bfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e5bfa


Comments

No comments written yet.

Please login to write comment.