Color Hex Logo

#6d27db Color Hex

#6D27DB
(109,39,219)
0 Favorites   0 Comments

Color spaces of #6d27db

RGB 10939219
HSL0.730.710.51
HSV263°82°86°
CMYK 0.500.820.00   0.14
XYZ19.81849.816767.8681
Yxy9.81670.20330.1007
Hunter Lab31.331658.0775-106.4972
CIE-Lab37.511465.8396-78.5825

#6d27db color RGB value is (109,39,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 00100111 11011011
Octal 155 47 333
Decimal 109 39 219
Hex 6D 27 DB

RGB Percentages of Color #6d27db

%29.70
%10.63
%59.67

CMYK Percentages of Color #6d27db

%50
%82
%0
%14

Triadic Colors of #6d27db

#6d27db #db6d27 #27db6d

Analogous Colors of #6d27db

#6d27db #c727db #273bdb

Monochromatic Colors of #6d27db

#6d27db

Complementary Color

#6d27db #95db27

#6d27db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d27db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d27db Color CSS Codes

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

#6d27db Text Font Color

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

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


#6d27db Background Color

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

This div background color is #6d27db


#6d27db Border Color

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

This div border color is #6d27db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d27db

#6d27db Color Palettes


Comments

No comments written yet.

Please login to write comment.