Color Hex Logo

#092acd Color Hex

#092ACD
(9,42,205)
0 Favorites   0 Comments

Color spaces of #092acd

RGB 942205
HSL0.640.920.42
HSV230°96°80°
CMYK 0.960.800.00   0.20
XYZ11.96016.121858.3089
Yxy6.12180.15660.0801
Hunter Lab24.742342.9857-122.4063
CIE-Lab29.717753.4954-83.5897

#092acd color RGB value is (9,42,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101010 11001101
Octal 11 52 315
Decimal 9 42 205
Hex 9 2A CD

RGB Percentages of Color #092acd

%3.52
%16.41
%80.08

CMYK Percentages of Color #092acd

%96
%80
%0
%20

Triadic Colors of #092acd

#092acd #cd092a #2acd09

Analogous Colors of #092acd

#092acd #4a09cd #098ccd

Monochromatic Colors of #092acd

#092acd

Complementary Color

#092acd #cdac09

#092acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#092acd Color CSS Codes

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

#092acd Text Font Color

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

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


#092acd Background Color

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

This div background color is #092acd


#092acd Border Color

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

This div border color is #092acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,42,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 #092acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092acd


Comments

No comments written yet.

Please login to write comment.