Color Hex Logo

#6e37bf Color Hex

#6E37BF
(110,55,191)
0 Favorites   0 Comments

Color spaces of #6e37bf

RGB 11055191
HSL0.730.550.48
HSV264°71°75°
CMYK 0.420.710.00   0.25
XYZ17.20069.809050.2770
Yxy9.80900.22260.1269
Hunter Lab31.319343.2235-73.2549
CIE-Lab37.497452.2243-62.3477

#6e37bf color RGB value is (110,55,191).

#6e37bf hex color red value is 110, green value is 55 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6e37bf hue: 0.73 , saturation: 0.55 and the lightness value of 6e37bf is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00110111 10111111
Octal 156 67 277
Decimal 110 55 191
Hex 6E 37 BF

RGB Percentages of Color #6e37bf

%30.90
%15.45
%53.65

CMYK Percentages of Color #6e37bf

%42
%71
%0
%25

Triadic Colors of #6e37bf

#6e37bf #bf6e37 #37bf6e

Analogous Colors of #6e37bf

#6e37bf #b237bf #3744bf

Monochromatic Colors of #6e37bf

#6e37bf

Complementary Color

#6e37bf #88bf37

#6e37bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e37bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e37bf Color CSS Codes

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

#6e37bf Text Font Color

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

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


#6e37bf Background Color

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

This div background color is #6e37bf


#6e37bf Border Color

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

This div border color is #6e37bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e37bf


Comments

No comments written yet.

Please login to write comment.