Color Hex Logo

#6d14eb Color Hex

#6D14EB
(109,20,235)
0 Favorites   0 Comments

Color spaces of #6d14eb

RGB 10920235
HSL0.740.840.50
HSV265°91°92°
CMYK 0.540.910.00   0.08
XYZ21.55229.749779.3432
Yxy9.74970.19480.0881
Hunter Lab31.224568.5638-128.8020
CIE-Lab37.389474.7711-87.9247

#6d14eb color RGB value is (109,20,235).

#6d14eb hex color red value is 109, green value is 20 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6d14eb hue: 0.74 , saturation: 0.84 and the lightness value of 6d14eb is 0.50.

The process color (four color CMYK) of #6d14eb color hex is 0.54, 0.91, 0.00, 0.08. Web safe color of #6d14eb is #6600ff. Color #6d14eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00010100 11101011
Octal 155 24 353
Decimal 109 20 235
Hex 6D 14 EB

RGB Percentages of Color #6d14eb

%29.95
%5.49
%64.56

CMYK Percentages of Color #6d14eb

%54
%91
%0
%8

Triadic Colors of #6d14eb

#6d14eb #eb6d14 #14eb6d

Analogous Colors of #6d14eb

#6d14eb #d914eb #1427eb

Monochromatic Colors of #6d14eb

#6d14eb

Complementary Color

#6d14eb #92eb14

#6d14eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d14eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d14eb Color CSS Codes

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

#6d14eb Text Font Color

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

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


#6d14eb Background Color

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

This div background color is #6d14eb


#6d14eb Border Color

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

This div border color is #6d14eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,20,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d14eb


Comments

No comments written yet.

Please login to write comment.