Color Hex Logo

#023050 Color Hex

#023050
(2,48,80)
0 Favorites   0 Comments

Color spaces of #023050

RGB 24880
HSL0.570.950.16
HSV205°98°31°
CMYK 0.980.400.00   0.69
XYZ2.53002.70607.9784
Yxy2.70600.19150.2048
Hunter Lab16.4499-1.3340-17.2414
CIE-Lab18.8258-0.8210-23.6472

#023050 color RGB value is (2,48,80).

#023050 hex color red value is 2, green value is 48 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #023050 hue: 0.57 , saturation: 0.95 and the lightness value of 023050 is 0.16.

The process color (four color CMYK) of #023050 color hex is 0.98, 0.40, 0.00, 0.69. Web safe color of #023050 is #003366. Color #023050 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00110000 01010000
Octal 2 60 120
Decimal 2 48 80
Hex 2 30 50

RGB Percentages of Color #023050

%1.54
%36.92
%61.54

CMYK Percentages of Color #023050

%98
%40
%0
%69

Triadic Colors of #023050

#023050 #500230 #305002

Analogous Colors of #023050

#023050 #020950 #025049

Monochromatic Colors of #023050

#023050

Complementary Color

#023050 #502202

#023050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#023050 Color CSS Codes

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

#023050 Text Font Color

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

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


#023050 Background Color

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

This div background color is #023050


#023050 Border Color

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

This div border color is #023050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023050


Comments

No comments written yet.

Please login to write comment.