Color Hex Logo

#6b0edb Color Hex

#6B0EDB
(107,14,219)
0 Favorites   0 Comments

Color spaces of #6b0edb

RGB 10714219
HSL0.740.880.46
HSV267°94°86°
CMYK 0.510.940.00   0.14
XYZ19.00668.554367.6672
Yxy8.55430.19960.0898
Hunter Lab29.247764.8144-116.6992
CIE-Lab35.111672.0788-82.5513

#6b0edb color RGB value is (107,14,219).

#6b0edb hex color red value is 107, green value is 14 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6b0edb hue: 0.74 , saturation: 0.88 and the lightness value of 6b0edb is 0.46.

The process color (four color CMYK) of #6b0edb color hex is 0.51, 0.94, 0.00, 0.14. Web safe color of #6b0edb is #6600cc. Color #6b0edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00001110 11011011
Octal 153 16 333
Decimal 107 14 219
Hex 6B E DB

RGB Percentages of Color #6b0edb

%31.47
%4.12
%64.41

CMYK Percentages of Color #6b0edb

%51
%94
%0
%14

Triadic Colors of #6b0edb

#6b0edb #db6b0e #0edb6b

Analogous Colors of #6b0edb

#6b0edb #d20edb #0e17db

Monochromatic Colors of #6b0edb

#6b0edb

Complementary Color

#6b0edb #7edb0e

#6b0edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b0edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b0edb Color CSS Codes

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

#6b0edb Text Font Color

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

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


#6b0edb Background Color

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

This div background color is #6b0edb


#6b0edb Border Color

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

This div border color is #6b0edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b0edb


Comments

No comments written yet.

Please login to write comment.