Color Hex Logo

#052394 Color Hex

#052394
(5,35,148)
0 Favorites   0 Comments

Color spaces of #052394

RGB 535148
HSL0.630.930.30
HSV227°97°58°
CMYK 0.970.760.00   0.42
XYZ6.00893.372428.3512
Yxy3.37240.15920.0894
Hunter Lab18.364126.2697-78.6793
CIE-Lab21.477537.6434-63.0962

#052394 color RGB value is (5,35,148).

#052394 hex color red value is 5, green value is 35 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #052394 hue: 0.63 , saturation: 0.93 and the lightness value of 052394 is 0.30.

The process color (four color CMYK) of #052394 color hex is 0.97, 0.76, 0.00, 0.42. Web safe color of #052394 is #003399. Color #052394 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100011 10010100
Octal 5 43 224
Decimal 5 35 148
Hex 5 23 94

RGB Percentages of Color #052394

%2.66
%18.62
%78.72

CMYK Percentages of Color #052394

%97
%76
%0
%42

Triadic Colors of #052394

#052394 #940523 #239405

Analogous Colors of #052394

#052394 #2f0594 #056b94

Monochromatic Colors of #052394

#052394

Complementary Color

#052394 #947605

#052394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052394 Color CSS Codes

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

#052394 Text Font Color

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

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


#052394 Background Color

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

This div background color is #052394


#052394 Border Color

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

This div border color is #052394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052394


Comments

No comments written yet.

Please login to write comment.