Color Hex Logo

#093beb Color Hex

#093BEB
(9,59,235)
0 Favorites   0 Comments

Color spaces of #093beb

RGB 959235
HSL0.630.930.48
HSV227°96°92°
CMYK 0.960.750.00   0.08
XYZ16.67209.184279.4913
Yxy9.18420.15830.0872
Hunter Lab30.305445.1641-134.3041
CIE-Lab36.336654.3008-89.8519

#093beb color RGB value is (9,59,235).

#093beb hex color red value is 9, green value is 59 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #093beb hue: 0.63 , saturation: 0.93 and the lightness value of 093beb is 0.48.

The process color (four color CMYK) of #093beb color hex is 0.96, 0.75, 0.00, 0.08. Web safe color of #093beb is #0033ff. Color #093beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111011 11101011
Octal 11 73 353
Decimal 9 59 235
Hex 9 3B EB

RGB Percentages of Color #093beb

%2.97
%19.47
%77.56

CMYK Percentages of Color #093beb

%96
%75
%0
%8

Triadic Colors of #093beb

#093beb #eb093b #3beb09

Analogous Colors of #093beb

#093beb #4809eb #09aceb

Monochromatic Colors of #093beb

#093beb

Complementary Color

#093beb #ebb909

#093beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#093beb Color CSS Codes

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

#093beb Text Font Color

<p style="color:#093beb">Text here</p>

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


#093beb Background Color

<div style="background-color:#093beb">
Div content here</div>

This div background color is #093beb


#093beb Border Color

<div style="border:3px solid #093beb">
Div here</div>

This div border color is #093beb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,59,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #093beb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #093beb;
  -webkit-box-shadow: 1px 1px 3px 2px #093beb;
  box-shadow:         1px 1px 3px 2px #093beb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,59,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #093beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093beb


Comments

No comments written yet.

Please login to write comment.