Color Hex Logo

#095ffd Color Hex

#095FFD
(9,95,253)
0 Favorites   0 Comments

Color spaces of #095ffd

RGB 995253
HSL0.610.980.51
HSV219°96°99°
CMYK 0.960.620.00   0.01
XYZ21.934515.334394.7323
Yxy15.33430.16620.1162
Hunter Lab39.159031.4565-116.0212
CIE-Lab46.088739.0664-83.8813

#095ffd color RGB value is (9,95,253).

#095ffd hex color red value is 9, green value is 95 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #095ffd hue: 0.61 , saturation: 0.98 and the lightness value of 095ffd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011111 11111101
Octal 11 137 375
Decimal 9 95 253
Hex 9 5F FD

RGB Percentages of Color #095ffd

%2.52
%26.61
%70.87

CMYK Percentages of Color #095ffd

%96
%62
%0
%1

Triadic Colors of #095ffd

#095ffd #fd095f #5ffd09

Analogous Colors of #095ffd

#095ffd #2d09fd #09d9fd

Monochromatic Colors of #095ffd

#095ffd

Complementary Color

#095ffd #fda709

#095ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#095ffd Color CSS Codes

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

#095ffd Text Font Color

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

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


#095ffd Background Color

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

This div background color is #095ffd


#095ffd Border Color

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

This div border color is #095ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095ffd


Comments

No comments written yet.

Please login to write comment.