Color Hex Logo

#023580 Color Hex

#023580
(2,53,128)
0 Favorites   0 Comments

Color spaces of #023580

RGB 253128
HSL0.600.970.25
HSV216°98°50°
CMYK 0.980.590.00   0.50
XYZ5.19444.117620.9431
Yxy4.11760.17170.1361
Hunter Lab20.291910.1824-46.9885
CIE-Lab24.056517.0872-46.3861

#023580 color RGB value is (2,53,128).

#023580 hex color red value is 2, green value is 53 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #023580 hue: 0.60 , saturation: 0.97 and the lightness value of 023580 is 0.25.

The process color (four color CMYK) of #023580 color hex is 0.98, 0.59, 0.00, 0.50. Web safe color of #023580 is #003399. Color #023580 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00110101 10000000
Octal 2 65 200
Decimal 2 53 128
Hex 2 35 80

RGB Percentages of Color #023580

%1.09
%28.96
%69.95

CMYK Percentages of Color #023580

%98
%59
%0
%50

Triadic Colors of #023580

#023580 #800235 #358002

Analogous Colors of #023580

#023580 #0e0280 #027480

Monochromatic Colors of #023580

#023580

Complementary Color

#023580 #804d02

#023580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#023580 Color CSS Codes

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

#023580 Text Font Color

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

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


#023580 Background Color

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

This div background color is #023580


#023580 Border Color

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

This div border color is #023580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023580


Comments

No comments written yet.

Please login to write comment.