Color Hex Logo

#6813de Color Hex

#6813DE
(104,19,222)
0 Favorites   0 Comments

Color spaces of #6813de

RGB 10419222
HSL0.740.840.47
HSV265°91°87°
CMYK 0.530.910.00   0.13
XYZ19.12668.682769.7751
Yxy8.68270.19600.0890
Hunter Lab29.466464.2978-119.7694
CIE-Lab35.366171.5960-83.8668

#6813de color RGB value is (104,19,222).

#6813de hex color red value is 104, green value is 19 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6813de hue: 0.74 , saturation: 0.84 and the lightness value of 6813de is 0.47.

The process color (four color CMYK) of #6813de color hex is 0.53, 0.91, 0.00, 0.13. Web safe color of #6813de is #6600cc. Color #6813de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010011 11011110
Octal 150 23 336
Decimal 104 19 222
Hex 68 13 DE

RGB Percentages of Color #6813de

%30.14
%5.51
%64.35

CMYK Percentages of Color #6813de

%53
%91
%0
%13

Triadic Colors of #6813de

#6813de #de6813 #13de68

Analogous Colors of #6813de

#6813de #ce13de #1323de

Monochromatic Colors of #6813de

#6813de

Complementary Color

#6813de #89de13

#6813de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6813de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6813de Color CSS Codes

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

#6813de Text Font Color

<p style="color:#6813de">Text here</p>

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


#6813de Background Color

<div style="background-color:#6813de">
Div content here</div>

This div background color is #6813de


#6813de Border Color

<div style="border:3px solid #6813de">
Div here</div>

This div border color is #6813de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,19,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6813de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6813de;
  -webkit-box-shadow: 1px 1px 3px 2px #6813de;
  box-shadow:         1px 1px 3px 2px #6813de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,19,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6813de


Comments

No comments written yet.

Please login to write comment.