Color Hex Logo

#0914ed Color Hex

#0914ED
(9,20,237)
0 Favorites   0 Comments

Color spaces of #0914ed

RGB 920237
HSL0.660.930.48
HSV237°96°93°
CMYK 0.960.920.00   0.07
XYZ15.64896.672880.5840
Yxy6.67280.15210.0648
Hunter Lab25.831862.9298-166.8771
CIE-Lab31.050171.2406-99.7879

#0914ed color RGB value is (9,20,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010100 11101101
Octal 11 24 355
Decimal 9 20 237
Hex 9 14 ED

RGB Percentages of Color #0914ed

%3.38
%7.52
%89.10

CMYK Percentages of Color #0914ed

%96
%92
%0
%7

Triadic Colors of #0914ed

#0914ed #ed0914 #14ed09

Analogous Colors of #0914ed

#0914ed #7009ed #0986ed

Monochromatic Colors of #0914ed

#0914ed

Complementary Color

#0914ed #ede209

#0914ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0914ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0914ed Color CSS Codes

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

#0914ed Text Font Color

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

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


#0914ed Background Color

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

This div background color is #0914ed


#0914ed Border Color

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

This div border color is #0914ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0914ed


Comments

No comments written yet.

Please login to write comment.