Color Hex Logo

#050232 Color Hex

#050232
(5,2,50)
0 Favorites   0 Comments

Color spaces of #050232

RGB 5250
HSL0.680.920.10
HSV244°96°20°
CMYK 0.900.960.00   0.80
XYZ0.66000.30603.0419
Yxy0.30600.16470.0763
Hunter Lab5.531711.6166-28.7314
CIE-Lab2.764115.1221-28.3346

#050232 color RGB value is (5,2,50).

#050232 hex color red value is 5, green value is 2 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #050232 hue: 0.68 , saturation: 0.92 and the lightness value of 050232 is 0.10.

The process color (four color CMYK) of #050232 color hex is 0.90, 0.96, 0.00, 0.80. Web safe color of #050232 is #000033. Color #050232 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000010 00110010
Octal 5 2 62
Decimal 5 2 50
Hex 5 2 32

RGB Percentages of Color #050232

%8.77
%3.51
%87.72

CMYK Percentages of Color #050232

%90
%96
%0
%80

Triadic Colors of #050232

#050232 #320502 #023205

Analogous Colors of #050232

#050232 #1d0232 #021732

Monochromatic Colors of #050232

#050232

Complementary Color

#050232 #2f3202

#050232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050232 Color CSS Codes

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

#050232 Text Font Color

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

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


#050232 Background Color

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

This div background color is #050232


#050232 Border Color

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

This div border color is #050232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050232


Comments

No comments written yet.

Please login to write comment.