Color Hex Logo

#0a3aed Color Hex

#0A3AED
(10,58,237)
0 Favorites   0 Comments

Color spaces of #0a3aed

RGB 1058237
HSL0.630.920.48
HSV227°96°93°
CMYK 0.960.760.00   0.07
XYZ16.92439.205181.0055
Yxy9.20510.15800.0859
Hunter Lab30.339946.4766-137.0624
CIE-Lab36.376255.5346-90.9198

#0a3aed color RGB value is (10,58,237).

#0a3aed hex color red value is 10, green value is 58 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #0a3aed hue: 0.63 , saturation: 0.92 and the lightness value of 0a3aed is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 00111010 11101101
Octal 12 72 355
Decimal 10 58 237
Hex A 3A ED

RGB Percentages of Color #0a3aed

%3.28
%19.02
%77.70

CMYK Percentages of Color #0a3aed

%96
%76
%0
%7

Triadic Colors of #0a3aed

#0a3aed #ed0a3a #3aed0a

Analogous Colors of #0a3aed

#0a3aed #4b0aed #0aaced

Monochromatic Colors of #0a3aed

#0a3aed

Complementary Color

#0a3aed #edbd0a

#0a3aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a3aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a3aed Color CSS Codes

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

#0a3aed Text Font Color

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

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


#0a3aed Background Color

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

This div background color is #0a3aed


#0a3aed Border Color

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

This div border color is #0a3aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,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 #0a3aed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a3aed


Comments

No comments written yet.

Please login to write comment.