Color Hex Logo

#6705ed Color Hex

#6705ED
(103,5,237)
0 Favorites   0 Comments

Color spaces of #6705ed

RGB 1035237
HSL0.740.960.47
HSV265°98°93°
CMYK 0.570.980.00   0.07
XYZ20.93399.106580.7752
Yxy9.10650.18890.0822
Hunter Lab30.177071.0165-137.5786
CIE-Lab36.188577.0033-91.0715

#6705ed color RGB value is (103,5,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00000101 11101101
Octal 147 5 355
Decimal 103 5 237
Hex 67 5 ED

RGB Percentages of Color #6705ed

%29.86
%1.45
%68.70

CMYK Percentages of Color #6705ed

%57
%98
%0
%7

Triadic Colors of #6705ed

#6705ed #ed6705 #05ed67

Analogous Colors of #6705ed

#6705ed #db05ed #0517ed

Monochromatic Colors of #6705ed

#6705ed

Complementary Color

#6705ed #8bed05

#6705ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6705ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6705ed Color CSS Codes

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

#6705ed Text Font Color

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

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


#6705ed Background Color

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

This div background color is #6705ed


#6705ed Border Color

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

This div border color is #6705ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6705ed


Comments

No comments written yet.

Please login to write comment.