Color Hex Logo

#080e35 Color Hex

#080E35
(8,14,53)
0 Favorites   0 Comments

Color spaces of #080e35

RGB 81453
HSL0.640.740.12
HSV232°85°21°
CMYK 0.850.740.00   0.79
XYZ0.89980.62273.4409
Yxy0.62270.18130.1255
Hunter Lab7.89116.5443-20.3294
CIE-Lab5.624812.5621-25.9474

#080e35 color RGB value is (8,14,53).

#080e35 hex color red value is 8, green value is 14 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #080e35 hue: 0.64 , saturation: 0.74 and the lightness value of 080e35 is 0.12.

The process color (four color CMYK) of #080e35 color hex is 0.85, 0.74, 0.00, 0.79. Web safe color of #080e35 is #000033. Color #080e35 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001110 00110101
Octal 10 16 65
Decimal 8 14 53
Hex 8 E 35

RGB Percentages of Color #080e35

%10.67
%18.67
%70.67

CMYK Percentages of Color #080e35

%85
%74
%0
%79

Triadic Colors of #080e35

#080e35 #35080e #0e3508

Analogous Colors of #080e35

#080e35 #190835 #082535

Monochromatic Colors of #080e35

#080e35

Complementary Color

#080e35 #352f08

#080e35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080e35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080e35 Color CSS Codes

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

#080e35 Text Font Color

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

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


#080e35 Background Color

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

This div background color is #080e35


#080e35 Border Color

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

This div border color is #080e35


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,14,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #080e35; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #080e35;
  -webkit-box-shadow: 1px 1px 3px 2px #080e35;
  box-shadow:         1px 1px 3px 2px #080e35; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,14,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080e35


Comments

No comments written yet.

Please login to write comment.