Color Hex Logo

#6e27db Color Hex

#6E27DB
(110,39,219)
0 Favorites   0 Comments

Color spaces of #6e27db

RGB 11039219
HSL0.730.710.51
HSV264°82°86°
CMYK 0.500.820.00   0.14
XYZ19.94219.880567.8739
Yxy9.88050.20410.1011
Hunter Lab31.433358.2370-106.0217
CIE-Lab37.627165.9566-78.3879

#6e27db color RGB value is (110,39,219).

#6e27db hex color red value is 110, green value is 39 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6e27db hue: 0.73 , saturation: 0.71 and the lightness value of 6e27db is 0.51.

The process color (four color CMYK) of #6e27db color hex is 0.50, 0.82, 0.00, 0.14. Web safe color of #6e27db is #6633cc. Color #6e27db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00100111 11011011
Octal 156 47 333
Decimal 110 39 219
Hex 6E 27 DB

RGB Percentages of Color #6e27db

%29.89
%10.60
%59.51

CMYK Percentages of Color #6e27db

%50
%82
%0
%14

Triadic Colors of #6e27db

#6e27db #db6e27 #27db6e

Analogous Colors of #6e27db

#6e27db #c827db #273adb

Monochromatic Colors of #6e27db

#6e27db

Complementary Color

#6e27db #94db27

#6e27db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e27db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e27db Color CSS Codes

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

#6e27db Text Font Color

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

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


#6e27db Background Color

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

This div background color is #6e27db


#6e27db Border Color

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

This div border color is #6e27db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e27db


Comments

No comments written yet.

Please login to write comment.