Color Hex Logo

#6009ed Color Hex

#6009ED
(96,9,237)
0 Favorites   0 Comments

Color spaces of #6009ed

RGB 969237
HSL0.730.930.48
HSV263°96°93°
CMYK 0.590.960.00   0.07
XYZ20.20768.796680.7536
Yxy8.79660.18410.0801
Hunter Lab29.659169.7140-140.6693
CIE-Lab35.589776.0512-92.0878

#6009ed color RGB value is (96,9,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001001 11101101
Octal 140 11 355
Decimal 96 9 237
Hex 60 9 ED

RGB Percentages of Color #6009ed

%28.07
%2.63
%69.30

CMYK Percentages of Color #6009ed

%59
%96
%0
%7

Triadic Colors of #6009ed

#6009ed #ed6009 #09ed60

Analogous Colors of #6009ed

#6009ed #d209ed #0924ed

Monochromatic Colors of #6009ed

#6009ed

Complementary Color

#6009ed #96ed09

#6009ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6009ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6009ed Color CSS Codes

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

#6009ed Text Font Color

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

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


#6009ed Background Color

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

This div background color is #6009ed


#6009ed Border Color

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

This div border color is #6009ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6009ed


Comments

No comments written yet.

Please login to write comment.