Color Hex Logo

#0955ef Color Hex

#0955EF
(9,85,239)
0 Favorites   0 Comments

Color spaces of #0955ef

RGB 985239
HSL0.610.930.49
HSV220°96°94°
CMYK 0.960.640.00   0.06
XYZ18.941112.787183.1312
Yxy12.78710.16490.1113
Hunter Lab35.759131.9708-112.8036
CIE-Lab42.440740.1516-82.0353

#0955ef color RGB value is (9,85,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010101 11101111
Octal 11 125 357
Decimal 9 85 239
Hex 9 55 EF

RGB Percentages of Color #0955ef

%2.70
%25.53
%71.77

CMYK Percentages of Color #0955ef

%96
%64
%0
%6

Triadic Colors of #0955ef

#0955ef #ef0955 #55ef09

Analogous Colors of #0955ef

#0955ef #3009ef #09c8ef

Monochromatic Colors of #0955ef

#0955ef

Complementary Color

#0955ef #efa309

#0955ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0955ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0955ef Color CSS Codes

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

#0955ef Text Font Color

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

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


#0955ef Background Color

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

This div background color is #0955ef


#0955ef Border Color

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

This div border color is #0955ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0955ef


Comments

No comments written yet.

Please login to write comment.