Color Hex Logo

#09629d Color Hex

#09629D
(9,98,157)
0 Favorites   0 Comments

Color spaces of #09629d

RGB 998157
HSL0.570.890.33
HSV204°94°62°
CMYK 0.940.380.00   0.38
XYZ10.566111.227833.5086
Yxy11.22780.19110.2030
Hunter Lab33.5079-2.3522-35.8357
CIE-Lab39.9615-0.7982-38.5441

#09629d color RGB value is (9,98,157).

#09629d hex color red value is 9, green value is 98 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #09629d hue: 0.57 , saturation: 0.89 and the lightness value of 09629d is 0.33.

The process color (four color CMYK) of #09629d color hex is 0.94, 0.38, 0.00, 0.38. Web safe color of #09629d is #006699. Color #09629d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100010 10011101
Octal 11 142 235
Decimal 9 98 157
Hex 9 62 9D

RGB Percentages of Color #09629d

%3.41
%37.12
%59.47

CMYK Percentages of Color #09629d

%94
%38
%0
%38

Triadic Colors of #09629d

#09629d #9d0962 #629d09

Analogous Colors of #09629d

#09629d #09189d #099d8e

Monochromatic Colors of #09629d

#09629d

Complementary Color

#09629d #9d4409

#09629d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09629d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09629d Color CSS Codes

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

#09629d Text Font Color

<p style="color:#09629d">Text here</p>

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


#09629d Background Color

<div style="background-color:#09629d">
Div content here</div>

This div background color is #09629d


#09629d Border Color

<div style="border:3px solid #09629d">
Div here</div>

This div border color is #09629d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,98,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09629d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09629d;
  -webkit-box-shadow: 1px 1px 3px 2px #09629d;
  box-shadow:         1px 1px 3px 2px #09629d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09629d


Comments

No comments written yet.

Please login to write comment.