Color Hex Logo

#0953da Color Hex

#0953DA
(9,83,218)
0 Favorites   0 Comments

Color spaces of #0953da

RGB 983218
HSL0.610.920.45
HSV219°96°85°
CMYK 0.960.620.00   0.15
XYZ15.860811.306567.6761
Yxy11.30650.16720.1192
Hunter Lab33.625125.3535-95.7932
CIE-Lab40.092033.4985-73.9720

#0953da color RGB value is (9,83,218).

#0953da hex color red value is 9, green value is 83 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0953da hue: 0.61 , saturation: 0.92 and the lightness value of 0953da is 0.45.

The process color (four color CMYK) of #0953da color hex is 0.96, 0.62, 0.00, 0.15. Web safe color of #0953da is #0066cc. Color #0953da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010011 11011010
Octal 11 123 332
Decimal 9 83 218
Hex 9 53 DA

RGB Percentages of Color #0953da

%2.90
%26.77
%70.32

CMYK Percentages of Color #0953da

%96
%62
%0
%15

Triadic Colors of #0953da

#0953da #da0953 #53da09

Analogous Colors of #0953da

#0953da #2709da #09bcda

Monochromatic Colors of #0953da

#0953da

Complementary Color

#0953da #da9009

#0953da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0953da Color Preview on White Background

Lorem ipsum dolor sit amet.

#0953da Color CSS Codes

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

#0953da Text Font Color

<p style="color:#0953da">Text here</p>

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


#0953da Background Color

<div style="background-color:#0953da">
Div content here</div>

This div background color is #0953da


#0953da Border Color

<div style="border:3px solid #0953da">
Div here</div>

This div border color is #0953da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,83,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0953da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0953da;
  -webkit-box-shadow: 1px 1px 3px 2px #0953da;
  box-shadow:         1px 1px 3px 2px #0953da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0953da


Comments

No comments written yet.

Please login to write comment.