Color Hex Logo

#05252f Color Hex

#05252F
(5,37,47)
0 Favorites   0 Comments

Color spaces of #05252f

RGB 53747
HSL0.540.810.10
HSV194°89°18°
CMYK 0.890.210.00   0.82
XYZ1.23721.56062.9253
Yxy1.56060.21620.2727
Hunter Lab12.4924-4.1837-5.1390
CIE-Lab12.9882-7.3322-9.9212

#05252f color RGB value is (5,37,47).

#05252f hex color red value is 5, green value is 37 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #05252f hue: 0.54 , saturation: 0.81 and the lightness value of 05252f is 0.10.

The process color (four color CMYK) of #05252f color hex is 0.89, 0.21, 0.00, 0.82. Web safe color of #05252f is #003333. Color #05252f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100101 00101111
Octal 5 45 57
Decimal 5 37 47
Hex 5 25 2F

RGB Percentages of Color #05252f

%5.62
%41.57
%52.81

CMYK Percentages of Color #05252f

%89
%21
%0
%82

Triadic Colors of #05252f

#05252f #2f0525 #252f05

Analogous Colors of #05252f

#05252f #05102f #052f24

Monochromatic Colors of #05252f

#05252f

Complementary Color

#05252f #2f0f05

#05252f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05252f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05252f Color CSS Codes

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

#05252f Text Font Color

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

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


#05252f Background Color

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

This div background color is #05252f


#05252f Border Color

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

This div border color is #05252f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,37,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05252f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05252f;
  -webkit-box-shadow: 1px 1px 3px 2px #05252f;
  box-shadow:         1px 1px 3px 2px #05252f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05252f


Comments

No comments written yet.

Please login to write comment.