Color Hex Logo

#023fab Color Hex

#023FAB
(2,63,171)
0 Favorites   0 Comments

Color spaces of #023fab

RGB 263171
HSL0.610.980.34
HSV218°99°67°
CMYK 0.990.630.00   0.33
XYZ9.15326.508239.3019
Yxy6.50820.16650.1184
Hunter Lab25.511219.3998-73.4829
CIE-Lab30.660028.0617-61.9532

#023fab color RGB value is (2,63,171).

#023fab hex color red value is 2, green value is 63 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #023fab hue: 0.61 , saturation: 0.98 and the lightness value of 023fab is 0.34.

The process color (four color CMYK) of #023fab color hex is 0.99, 0.63, 0.00, 0.33. Web safe color of #023fab is #003399. Color #023fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00111111 10101011
Octal 2 77 253
Decimal 2 63 171
Hex 2 3F AB

RGB Percentages of Color #023fab

%0.85
%26.69
%72.46

CMYK Percentages of Color #023fab

%99
%63
%0
%33

Triadic Colors of #023fab

#023fab #ab023f #3fab02

Analogous Colors of #023fab

#023fab #1902ab #0294ab

Monochromatic Colors of #023fab

#023fab

Complementary Color

#023fab #ab6e02

#023fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#023fab Color CSS Codes

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

#023fab Text Font Color

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

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


#023fab Background Color

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

This div background color is #023fab


#023fab Border Color

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

This div border color is #023fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,63,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #023fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #023fab;
  -webkit-box-shadow: 1px 1px 3px 2px #023fab;
  box-shadow:         1px 1px 3px 2px #023fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023fab


Comments

No comments written yet.

Please login to write comment.