Color Hex Logo

#023aed Color Hex

#023AED
(2,58,237)
0 Favorites   0 Comments

Color spaces of #023aed

RGB 258237
HSL0.630.980.47
HSV226°99°93°
CMYK 0.990.760.00   0.07
XYZ16.82429.153481.0008
Yxy9.15340.15730.0856
Hunter Lab30.254646.3161-137.5593
CIE-Lab36.278055.4024-91.0857

#023aed color RGB value is (2,58,237).

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

The process color (four color CMYK) of #023aed color hex is 0.99, 0.76, 0.00, 0.07. Web safe color of #023aed is #0033ff. Color #023aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00111010 11101101
Octal 2 72 355
Decimal 2 58 237
Hex 2 3A ED

RGB Percentages of Color #023aed

%0.67
%19.53
%79.80

CMYK Percentages of Color #023aed

%99
%76
%0
%7

Triadic Colors of #023aed

#023aed #ed023a #3aed02

Analogous Colors of #023aed

#023aed #4002ed #02b0ed

Monochromatic Colors of #023aed

#023aed

Complementary Color

#023aed #edb502

#023aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#023aed Color CSS Codes

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

#023aed Text Font Color

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

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


#023aed Background Color

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

This div background color is #023aed


#023aed Border Color

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

This div border color is #023aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023aed


Comments

No comments written yet.

Please login to write comment.