Color Hex Logo

#110aed Color Hex

#110AED
(17,10,237)
0 Favorites   0 Comments

Color spaces of #110aed

RGB 1710237
HSL0.670.920.48
HSV242°96°93°
CMYK 0.930.960.00   0.07
XYZ15.62586.450780.5423
Yxy6.45070.15230.0629
Hunter Lab25.398265.3720-170.2404
CIE-Lab30.522273.3812-100.6668

#110aed color RGB value is (17,10,237).

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

The process color (four color CMYK) of #110aed color hex is 0.93, 0.96, 0.00, 0.07. Web safe color of #110aed is #0000ff. Color #110aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00001010 11101101
Octal 21 12 355
Decimal 17 10 237
Hex 11 A ED

RGB Percentages of Color #110aed

%6.44
%3.79
%89.77

CMYK Percentages of Color #110aed

%93
%96
%0
%7

Triadic Colors of #110aed

#110aed #ed110a #0aed11

Analogous Colors of #110aed

#110aed #830aed #0a75ed

Monochromatic Colors of #110aed

#110aed

Complementary Color

#110aed #e6ed0a

#110aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#110aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#110aed Color CSS Codes

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

#110aed Text Font Color

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

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


#110aed Background Color

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

This div background color is #110aed


#110aed Border Color

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

This div border color is #110aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #110aed


Comments

No comments written yet.

Please login to write comment.