Color Hex Logo

#023abe Color Hex

#023ABE
(2,58,190)
0 Favorites   0 Comments

Color spaces of #023abe

RGB 258190
HSL0.620.980.38
HSV222°99°75°
CMYK 0.990.690.00   0.25
XYZ10.83246.756749.4484
Yxy6.75670.16160.1008
Hunter Lab25.993728.8979-94.5933
CIE-Lab31.246538.7697-72.2713

#023abe color RGB value is (2,58,190).

#023abe hex color red value is 2, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #023abe hue: 0.62 , saturation: 0.98 and the lightness value of 023abe is 0.38.

The process color (four color CMYK) of #023abe color hex is 0.99, 0.69, 0.00, 0.25. Web safe color of #023abe is #0033cc. Color #023abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00111010 10111110
Octal 2 72 276
Decimal 2 58 190
Hex 2 3A BE

RGB Percentages of Color #023abe

%0.80
%23.20
%76.00

CMYK Percentages of Color #023abe

%99
%69
%0
%25

Triadic Colors of #023abe

#023abe #be023a #3abe02

Analogous Colors of #023abe

#023abe #2802be #0298be

Monochromatic Colors of #023abe

#023abe

Complementary Color

#023abe #be8602

#023abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#023abe Color CSS Codes

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

#023abe Text Font Color

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

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


#023abe Background Color

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

This div background color is #023abe


#023abe Border Color

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

This div border color is #023abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023abe


Comments

No comments written yet.

Please login to write comment.