Color Hex Logo

#7009ed Color Hex

#7009ED
(112,9,237)
0 Favorites   0 Comments

Color spaces of #7009ed

RGB 1129237
HSL0.740.930.48
HSV267°96°93°
CMYK 0.530.960.00   0.07
XYZ22.06589.754580.8406
Yxy9.75450.19590.0866
Hunter Lab31.232271.4554-131.6022
CIE-Lab37.398277.1363-89.0348

#7009ed color RGB value is (112,9,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001001 11101101
Octal 160 11 355
Decimal 112 9 237
Hex 70 9 ED

RGB Percentages of Color #7009ed

%31.28
%2.51
%66.20

CMYK Percentages of Color #7009ed

%53
%96
%0
%7

Triadic Colors of #7009ed

#7009ed #ed7009 #09ed70

Analogous Colors of #7009ed

#7009ed #e209ed #0914ed

Monochromatic Colors of #7009ed

#7009ed

Complementary Color

#7009ed #86ed09

#7009ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7009ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7009ed Color CSS Codes

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

#7009ed Text Font Color

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

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


#7009ed Background Color

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

This div background color is #7009ed


#7009ed Border Color

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

This div border color is #7009ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7009ed


Comments

No comments written yet.

Please login to write comment.