Color Hex Logo

#095bea Color Hex

#095BEA
(9,91,234)
0 Favorites   0 Comments

Color spaces of #095bea

RGB 991234
HSL0.610.930.48
HSV218°96°92°
CMYK 0.960.610.00   0.08
XYZ18.705013.480879.4581
Yxy13.48080.16750.1207
Hunter Lab36.716226.6831-102.6090
CIE-Lab43.478934.4579-77.5124

#095bea color RGB value is (9,91,234).

#095bea hex color red value is 9, green value is 91 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #095bea hue: 0.61 , saturation: 0.93 and the lightness value of 095bea is 0.48.

The process color (four color CMYK) of #095bea color hex is 0.96, 0.61, 0.00, 0.08. Web safe color of #095bea is #0066ff. Color #095bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011011 11101010
Octal 11 133 352
Decimal 9 91 234
Hex 9 5B EA

RGB Percentages of Color #095bea

%2.69
%27.25
%70.06

CMYK Percentages of Color #095bea

%96
%61
%0
%8

Triadic Colors of #095bea

#095bea #ea095b #5bea09

Analogous Colors of #095bea

#095bea #2809ea #09ccea

Monochromatic Colors of #095bea

#095bea

Complementary Color

#095bea #ea9809

#095bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#095bea Color CSS Codes

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

#095bea Text Font Color

<p style="color:#095bea">Text here</p>

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


#095bea Background Color

<div style="background-color:#095bea">
Div content here</div>

This div background color is #095bea


#095bea Border Color

<div style="border:3px solid #095bea">
Div here</div>

This div border color is #095bea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,91,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #095bea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #095bea;
  -webkit-box-shadow: 1px 1px 3px 2px #095bea;
  box-shadow:         1px 1px 3px 2px #095bea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095bea


Comments

No comments written yet.

Please login to write comment.