color codes Logo

#093adf color codes

#093ADF
(9,58,223)
0 Favorites   0 Comments

Color spaces of #093adf

RGB 958223
HSL0.630.920.45
HSV226°96°87°
CMYK 0.960.740.00   0.13
XYZ14.94508.411970.6480
Yxy8.41190.15900.0895
Hunter Lab29.003341.2229-124.1200
CIE-Lab34.826450.7915-85.5133

#093adf color RGB value is (9,58,223).

#093adf hex color red value is 9, green value is 58 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #093adf hue: 0.63 , saturation: 0.92 and the lightness value of 093adf is 0.45.

The process color (four color CMYK) of #093adf color code is 0.96, 0.74, 0.00, 0.13. Web safe color of #093adf is #0033cc. Color #093adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111010 11011111
Octal 11 72 337
Decimal 9 58 223
Hex 9 3A DF

RGB Percentages of Color #093adf

%3.10
%20.00
%76.90

CMYK Percentages of Color #093adf

%96
%74
%0
%13

Triadic Colors of #093adf

#093adf #df093a #3adf09

Analogous Colors of #093adf

#093adf #4309df #09a5df

Monochromatic Colors of #093adf

#093adf

Complementary Color

#093adf #dfae09

#093adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#093adf Color CSS Codes

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

#093adf Text Font Color

<p style="color:#093adf">Text here</p>

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


#093adf Background Color

<div style="background-color:#093adf">
Div content here</div>

This div background color is #093adf


#093adf Border Color

<div style="border:3px solid #093adf">
Div here</div>

This div border color is #093adf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,58,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #093adf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #093adf;
  -webkit-box-shadow: 1px 1px 3px 2px #093adf;
  box-shadow:         1px 1px 3px 2px #093adf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093adf


Comments

No comments written yet.

Please login to write comment.