Color Hex Logo

#0515ea Color Hex

#0515EA
(5,21,234)
0 Favorites   0 Comments

Color spaces of #0515ea

RGB 521234
HSL0.660.960.47
HSV236°98°92°
CMYK 0.980.910.00   0.08
XYZ15.18206.509178.2981
Yxy6.50910.15180.0651
Hunter Lab25.512961.5725-164.0994
CIE-Lab30.662270.1598-98.7297

#0515ea color RGB value is (5,21,234).

#0515ea hex color red value is 5, green value is 21 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0515ea hue: 0.66 , saturation: 0.96 and the lightness value of 0515ea is 0.47.

The process color (four color CMYK) of #0515ea color hex is 0.98, 0.91, 0.00, 0.08. Web safe color of #0515ea is #0000ff. Color #0515ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010101 11101010
Octal 5 25 352
Decimal 5 21 234
Hex 5 15 EA

RGB Percentages of Color #0515ea

%1.92
%8.08
%90.00

CMYK Percentages of Color #0515ea

%98
%91
%0
%8

Triadic Colors of #0515ea

#0515ea #ea0515 #15ea05

Analogous Colors of #0515ea

#0515ea #6705ea #0588ea

Monochromatic Colors of #0515ea

#0515ea

Complementary Color

#0515ea #eada05

#0515ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0515ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0515ea Color CSS Codes

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

#0515ea Text Font Color

<p style="color:#0515ea">Text here</p>

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


#0515ea Background Color

<div style="background-color:#0515ea">
Div content here</div>

This div background color is #0515ea


#0515ea Border Color

<div style="border:3px solid #0515ea">
Div here</div>

This div border color is #0515ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,21,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0515ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0515ea;
  -webkit-box-shadow: 1px 1px 3px 2px #0515ea;
  box-shadow:         1px 1px 3px 2px #0515ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0515ea


Comments

No comments written yet.

Please login to write comment.