Color Hex Logo

#052835 Color Hex

#052835
(5,40,53)
0 Favorites   0 Comments

Color spaces of #052835

RGB 54053
HSL0.550.830.11
HSV196°91°21°
CMYK 0.910.250.00   0.79
XYZ1.46401.80693.6398
Yxy1.80690.21180.2615
Hunter Lab13.4421-4.0830-6.6449
CIE-Lab14.4394-6.7994-11.9455

#052835 color RGB value is (5,40,53).

#052835 hex color red value is 5, green value is 40 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #052835 hue: 0.55 , saturation: 0.83 and the lightness value of 052835 is 0.11.

The process color (four color CMYK) of #052835 color hex is 0.91, 0.25, 0.00, 0.79. Web safe color of #052835 is #003333. Color #052835 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101000 00110101
Octal 5 50 65
Decimal 5 40 53
Hex 5 28 35

RGB Percentages of Color #052835

%5.10
%40.82
%54.08

CMYK Percentages of Color #052835

%91
%25
%0
%79

Triadic Colors of #052835

#052835 #350528 #283505

Analogous Colors of #052835

#052835 #051035 #05352a

Monochromatic Colors of #052835

#052835

Complementary Color

#052835 #351205

#052835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052835 Color CSS Codes

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

#052835 Text Font Color

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

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


#052835 Background Color

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

This div background color is #052835


#052835 Border Color

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

This div border color is #052835


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,40,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #052835; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #052835;
  -webkit-box-shadow: 1px 1px 3px 2px #052835;
  box-shadow:         1px 1px 3px 2px #052835; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,40,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 #052835">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052835


Comments

No comments written yet.

Please login to write comment.