Color Hex Logo

#0945ef Color Hex

#0945EF
(9,69,239)
0 Favorites   0 Comments

Color spaces of #0945ef

RGB 969239
HSL0.620.930.49
HSV224°96°94°
CMYK 0.960.710.00   0.06
XYZ17.820810.546382.7577
Yxy10.54630.16040.0949
Hunter Lab32.475141.1211-128.3589
CIE-Lab38.805649.9449-88.0286

#0945ef color RGB value is (9,69,239).

#0945ef hex color red value is 9, green value is 69 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #0945ef hue: 0.62 , saturation: 0.93 and the lightness value of 0945ef is 0.49.

The process color (four color CMYK) of #0945ef color hex is 0.96, 0.71, 0.00, 0.06. Web safe color of #0945ef is #0033ff. Color #0945ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000101 11101111
Octal 11 105 357
Decimal 9 69 239
Hex 9 45 EF

RGB Percentages of Color #0945ef

%2.84
%21.77
%75.39

CMYK Percentages of Color #0945ef

%96
%71
%0
%6

Triadic Colors of #0945ef

#0945ef #ef0945 #45ef09

Analogous Colors of #0945ef

#0945ef #4009ef #09b8ef

Monochromatic Colors of #0945ef

#0945ef

Complementary Color

#0945ef #efb309

#0945ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0945ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0945ef Color CSS Codes

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

#0945ef Text Font Color

<p style="color:#0945ef">Text here</p>

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


#0945ef Background Color

<div style="background-color:#0945ef">
Div content here</div>

This div background color is #0945ef


#0945ef Border Color

<div style="border:3px solid #0945ef">
Div here</div>

This div border color is #0945ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,69,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0945ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0945ef;
  -webkit-box-shadow: 1px 1px 3px 2px #0945ef;
  box-shadow:         1px 1px 3px 2px #0945ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0945ef


Comments

No comments written yet.

Please login to write comment.