Color Hex Logo

#6e52be Color Hex

#6E52BE
(110,82,190)
0 Favorites   0 Comments

Color spaces of #6e52be

RGB 11082190
HSL0.710.450.53
HSV256°57°75°
CMYK 0.420.570.00   0.25
XYZ18.742013.067350.2496
Yxy13.06730.22840.1592
Hunter Lab36.148729.2865-57.1137
CIE-Lab42.864537.2981-53.0661

#6e52be color RGB value is (110,82,190).

#6e52be hex color red value is 110, green value is 82 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6e52be hue: 0.71 , saturation: 0.45 and the lightness value of 6e52be is 0.53.

The process color (four color CMYK) of #6e52be color hex is 0.42, 0.57, 0.00, 0.25. Web safe color of #6e52be is #6666cc. Color #6e52be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01010010 10111110
Octal 156 122 276
Decimal 110 82 190
Hex 6E 52 BE

RGB Percentages of Color #6e52be

%28.80
%21.47
%49.74

CMYK Percentages of Color #6e52be

%42
%57
%0
%25

Triadic Colors of #6e52be

#6e52be #be6e52 #52be6e

Analogous Colors of #6e52be

#6e52be #a452be #526cbe

Monochromatic Colors of #6e52be

#6e52be

Complementary Color

#6e52be #a2be52

#6e52be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e52be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e52be Color CSS Codes

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

#6e52be Text Font Color

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

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


#6e52be Background Color

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

This div background color is #6e52be


#6e52be Border Color

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

This div border color is #6e52be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,82,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e52be


Comments

No comments written yet.

Please login to write comment.