Color Hex Logo

#6908ed Color Hex

#6908ED
(105,8,237)
0 Favorites   0 Comments

Color spaces of #6908ed

RGB 1058237
HSL0.740.930.48
HSV265°97°93°
CMYK 0.560.970.00   0.07
XYZ21.19869.291380.7969
Yxy9.29130.19050.0835
Hunter Lab30.481670.7958-135.8214
CIE-Lab36.539276.7591-90.4831

#6908ed color RGB value is (105,8,237).

#6908ed hex color red value is 105, green value is 8 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6908ed hue: 0.74 , saturation: 0.93 and the lightness value of 6908ed is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001000 11101101
Octal 151 10 355
Decimal 105 8 237
Hex 69 8 ED

RGB Percentages of Color #6908ed

%30.00
%2.29
%67.71

CMYK Percentages of Color #6908ed

%56
%97
%0
%7

Triadic Colors of #6908ed

#6908ed #ed6908 #08ed69

Analogous Colors of #6908ed

#6908ed #dc08ed #081aed

Monochromatic Colors of #6908ed

#6908ed

Complementary Color

#6908ed #8ced08

#6908ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6908ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6908ed Color CSS Codes

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

#6908ed Text Font Color

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

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


#6908ed Background Color

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

This div background color is #6908ed


#6908ed Border Color

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

This div border color is #6908ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6908ed


Comments

No comments written yet.

Please login to write comment.