Color Hex Logo

#093acd Color Hex

#093ACD
(9,58,205)
0 Favorites   0 Comments

Color spaces of #093acd

RGB 958205
HSL0.630.920.42
HSV225°96°80°
CMYK 0.960.720.00   0.20
XYZ12.64527.492058.5372
Yxy7.49200.16070.0952
Hunter Lab27.371534.5640-107.6386
CIE-Lab32.901744.4668-78.3117

#093acd color RGB value is (9,58,205).

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

The process color (four color CMYK) of #093acd color hex is 0.96, 0.72, 0.00, 0.20. Web safe color of #093acd is #0033cc. Color #093acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111010 11001101
Octal 11 72 315
Decimal 9 58 205
Hex 9 3A CD

RGB Percentages of Color #093acd

%3.31
%21.32
%75.37

CMYK Percentages of Color #093acd

%96
%72
%0
%20

Triadic Colors of #093acd

#093acd #cd093a #3acd09

Analogous Colors of #093acd

#093acd #3a09cd #099ccd

Monochromatic Colors of #093acd

#093acd

Complementary Color

#093acd #cd9c09

#093acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#093acd Color CSS Codes

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

#093acd Text Font Color

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

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


#093acd Background Color

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

This div background color is #093acd


#093acd Border Color

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

This div border color is #093acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093acd


Comments

No comments written yet.

Please login to write comment.