Color Hex Logo

#097dcd Color Hex

#097DCD
(9,125,205)
0 Favorites   0 Comments

Color spaces of #097dcd

RGB 9125205
HSL0.570.920.42
HSV204°96°80°
CMYK 0.960.390.00   0.20
XYZ18.465719.133160.4774
Yxy19.13310.18830.1951
Hunter Lab43.7414-1.1926-51.3561
CIE-Lab50.84261.4725-49.1564

#097dcd color RGB value is (9,125,205).

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

The process color (four color CMYK) of #097dcd color hex is 0.96, 0.39, 0.00, 0.20. Web safe color of #097dcd is #0066cc. Color #097dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111101 11001101
Octal 11 175 315
Decimal 9 125 205
Hex 9 7D CD

RGB Percentages of Color #097dcd

%2.65
%36.87
%60.47

CMYK Percentages of Color #097dcd

%96
%39
%0
%20

Triadic Colors of #097dcd

#097dcd #cd097d #7dcd09

Analogous Colors of #097dcd

#097dcd #091bcd #09cdbb

Monochromatic Colors of #097dcd

#097dcd

Complementary Color

#097dcd #cd5909

#097dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#097dcd Color CSS Codes

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

#097dcd Text Font Color

<p style="color:#097dcd">Text here</p>

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


#097dcd Background Color

<div style="background-color:#097dcd">
Div content here</div>

This div background color is #097dcd


#097dcd Border Color

<div style="border:3px solid #097dcd">
Div here</div>

This div border color is #097dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097dcd


Comments

No comments written yet.

Please login to write comment.