Color Hex Logo

#1015ed Color Hex

#1015ED
(16,21,237)
0 Favorites   0 Comments

Color spaces of #1015ed

RGB 1621237
HSL0.660.870.50
HSV239°93°93°
CMYK 0.930.910.00   0.07
XYZ15.76796.760980.5947
Yxy6.76090.15290.0656
Hunter Lab26.001762.7425-165.5735
CIE-Lab31.256371.0449-99.4404

#1015ed color RGB value is (16,21,237).

#1015ed hex color red value is 16, green value is 21 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1015ed hue: 0.66 , saturation: 0.87 and the lightness value of 1015ed is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 00010101 11101101
Octal 20 25 355
Decimal 16 21 237
Hex 10 15 ED

RGB Percentages of Color #1015ed

%5.84
%7.66
%86.50

CMYK Percentages of Color #1015ed

%93
%91
%0
%7

Triadic Colors of #1015ed

#1015ed #ed1015 #15ed10

Analogous Colors of #1015ed

#1015ed #7a10ed #1084ed

Monochromatic Colors of #1015ed

#1015ed

Complementary Color

#1015ed #ede810

#1015ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1015ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1015ed Color CSS Codes

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

#1015ed Text Font Color

<p style="color:#1015ed">Text here</p>

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


#1015ed Background Color

<div style="background-color:#1015ed">
Div content here</div>

This div background color is #1015ed


#1015ed Border Color

<div style="border:3px solid #1015ed">
Div here</div>

This div border color is #1015ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,21,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1015ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1015ed;
  -webkit-box-shadow: 1px 1px 3px 2px #1015ed;
  box-shadow:         1px 1px 3px 2px #1015ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,21,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 #1015ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1015ed


Comments

No comments written yet.

Please login to write comment.