Color Hex Logo

#093848 Color Hex

#093848
(9,56,72)
0 Favorites   0 Comments

Color spaces of #093848

RGB 95672
HSL0.540.780.16
HSV195°88°28°
CMYK 0.880.220.00   0.72
XYZ2.69653.35436.6362
Yxy3.35430.21250.2644
Hunter Lab18.3147-5.7701-8.6629
CIE-Lab21.4104-8.7560-14.2069

#093848 color RGB value is (9,56,72).

#093848 hex color red value is 9, green value is 56 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #093848 hue: 0.54 , saturation: 0.78 and the lightness value of 093848 is 0.16.

The process color (four color CMYK) of #093848 color hex is 0.88, 0.22, 0.00, 0.72. Web safe color of #093848 is #003333. Color #093848 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111000 01001000
Octal 11 70 110
Decimal 9 56 72
Hex 9 38 48

RGB Percentages of Color #093848

%6.57
%40.88
%52.55

CMYK Percentages of Color #093848

%88
%22
%0
%72

Triadic Colors of #093848

#093848 #480938 #384809

Analogous Colors of #093848

#093848 #091948 #094839

Monochromatic Colors of #093848

#093848

Complementary Color

#093848 #481909

#093848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093848 Color CSS Codes

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

#093848 Text Font Color

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

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


#093848 Background Color

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

This div background color is #093848


#093848 Border Color

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

This div border color is #093848


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,56,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #093848; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #093848;
  -webkit-box-shadow: 1px 1px 3px 2px #093848;
  box-shadow:         1px 1px 3px 2px #093848; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093848


Comments

No comments written yet.

Please login to write comment.