Color Hex Logo

#0a41ce Color Hex

#0A41CE
(10,65,206)
0 Favorites   0 Comments

Color spaces of #0a41ce

RGB 1065206
HSL0.620.910.42
HSV223°95°81°
CMYK 0.950.680.00   0.19
XYZ13.15608.301459.3014
Yxy8.30140.16290.1028
Hunter Lab28.812231.0841-101.8627
CIE-Lab34.602940.5259-76.0833

#0a41ce color RGB value is (10,65,206).

#0a41ce hex color red value is 10, green value is 65 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0a41ce hue: 0.62 , saturation: 0.91 and the lightness value of 0a41ce is 0.42.

The process color (four color CMYK) of #0a41ce color hex is 0.95, 0.68, 0.00, 0.19. Web safe color of #0a41ce is #0033cc. Color #0a41ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01000001 11001110
Octal 12 101 316
Decimal 10 65 206
Hex A 41 CE

RGB Percentages of Color #0a41ce

%3.56
%23.13
%73.31

CMYK Percentages of Color #0a41ce

%95
%68
%0
%19

Triadic Colors of #0a41ce

#0a41ce #ce0a41 #41ce0a

Analogous Colors of #0a41ce

#0a41ce #350ace #0aa3ce

Monochromatic Colors of #0a41ce

#0a41ce

Complementary Color

#0a41ce #ce970a

#0a41ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a41ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a41ce Color CSS Codes

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

#0a41ce Text Font Color

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

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


#0a41ce Background Color

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

This div background color is #0a41ce


#0a41ce Border Color

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

This div border color is #0a41ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a41ce


Comments

No comments written yet.

Please login to write comment.