Color Hex Logo

#095fca Color Hex

#095FCA
(9,95,202)
0 Favorites   0 Comments

Color spaces of #095fca

RGB 995202
HSL0.590.910.41
HSV213°96°79°
CMYK 0.960.530.00   0.21
XYZ14.865512.506857.5077
Yxy12.50680.17510.1473
Hunter Lab35.365013.1430-71.6573
CIE-Lab42.010519.3461-61.6478

#095fca color RGB value is (9,95,202).

#095fca hex color red value is 9, green value is 95 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #095fca hue: 0.59 , saturation: 0.91 and the lightness value of 095fca is 0.41.

The process color (four color CMYK) of #095fca color hex is 0.96, 0.53, 0.00, 0.21. Web safe color of #095fca is #0066cc. Color #095fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011111 11001010
Octal 11 137 312
Decimal 9 95 202
Hex 9 5F CA

RGB Percentages of Color #095fca

%2.94
%31.05
%66.01

CMYK Percentages of Color #095fca

%96
%53
%0
%21

Triadic Colors of #095fca

#095fca #ca095f #5fca09

Analogous Colors of #095fca

#095fca #1409ca #09c0ca

Monochromatic Colors of #095fca

#095fca

Complementary Color

#095fca #ca7409

#095fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#095fca Color CSS Codes

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

#095fca Text Font Color

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

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


#095fca Background Color

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

This div background color is #095fca


#095fca Border Color

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

This div border color is #095fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095fca


Comments

No comments written yet.

Please login to write comment.