Color Hex Logo

#6805ed Color Hex

#6805ED
(104,5,237)
0 Favorites   0 Comments

Color spaces of #6805ed

RGB 1045237
HSL0.740.960.47
HSV266°98°93°
CMYK 0.560.980.00   0.07
XYZ21.04939.166080.7806
Yxy9.16600.18960.0826
Hunter Lab30.275471.1221-137.0043
CIE-Lab36.302077.0682-90.8800

#6805ed color RGB value is (104,5,237).

#6805ed hex color red value is 104, green value is 5 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6805ed hue: 0.74 , saturation: 0.96 and the lightness value of 6805ed is 0.47.

The process color (four color CMYK) of #6805ed color hex is 0.56, 0.98, 0.00, 0.07. Web safe color of #6805ed is #6600ff. Color #6805ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000101 11101101
Octal 150 5 355
Decimal 104 5 237
Hex 68 5 ED

RGB Percentages of Color #6805ed

%30.06
%1.45
%68.50

CMYK Percentages of Color #6805ed

%56
%98
%0
%7

Triadic Colors of #6805ed

#6805ed #ed6805 #05ed68

Analogous Colors of #6805ed

#6805ed #dc05ed #0516ed

Monochromatic Colors of #6805ed

#6805ed

Complementary Color

#6805ed #8aed05

#6805ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6805ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6805ed Color CSS Codes

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

#6805ed Text Font Color

<p style="color:#6805ed">Text here</p>

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


#6805ed Background Color

<div style="background-color:#6805ed">
Div content here</div>

This div background color is #6805ed


#6805ed Border Color

<div style="border:3px solid #6805ed">
Div here</div>

This div border color is #6805ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,5,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6805ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6805ed;
  -webkit-box-shadow: 1px 1px 3px 2px #6805ed;
  box-shadow:         1px 1px 3px 2px #6805ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6805ed


Comments

No comments written yet.

Please login to write comment.