Color Hex Logo

#082552 Color Hex

#082552
(8,37,82)
0 Favorites   0 Comments

Color spaces of #082552

RGB 83782
HSL0.600.820.18
HSV216°90°32°
CMYK 0.900.550.00   0.68
XYZ2.28471.98408.2452
Yxy1.98400.18260.1585
Hunter Lab14.08554.3037-24.8468
CIE-Lab15.40318.9422-30.4711

#082552 color RGB value is (8,37,82).

#082552 hex color red value is 8, green value is 37 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #082552 hue: 0.60 , saturation: 0.82 and the lightness value of 082552 is 0.18.

The process color (four color CMYK) of #082552 color hex is 0.90, 0.55, 0.00, 0.68. Web safe color of #082552 is #003366. Color #082552 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00100101 01010010
Octal 10 45 122
Decimal 8 37 82
Hex 8 25 52

RGB Percentages of Color #082552

%6.30
%29.13
%64.57

CMYK Percentages of Color #082552

%90
%55
%0
%68

Triadic Colors of #082552

#082552 #520825 #255208

Analogous Colors of #082552

#082552 #100852 #084a52

Monochromatic Colors of #082552

#082552

Complementary Color

#082552 #523508

#082552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#082552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#082552 Color CSS Codes

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

#082552 Text Font Color

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

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


#082552 Background Color

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

This div background color is #082552


#082552 Border Color

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

This div border color is #082552


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,37,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #082552; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #082552;
  -webkit-box-shadow: 1px 1px 3px 2px #082552;
  box-shadow:         1px 1px 3px 2px #082552; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #082552


Comments

No comments written yet.

Please login to write comment.