Color Hex Logo

#4815eb Color Hex

#4815EB
(72,21,235)
0 Favorites   0 Comments

Color spaces of #4815eb

RGB 7221235
HSL0.710.840.50
HSV254°91°92°
CMYK 0.690.910.00   0.08
XYZ17.93607.912279.1791
Yxy7.91220.17080.0753
Hunter Lab28.128664.5940-147.2050
CIE-Lab33.799472.1387-93.9903

#4815eb color RGB value is (72,21,235).

#4815eb hex color red value is 72, green value is 21 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4815eb hue: 0.71 , saturation: 0.84 and the lightness value of 4815eb is 0.50.

The process color (four color CMYK) of #4815eb color hex is 0.69, 0.91, 0.00, 0.08. Web safe color of #4815eb is #3300ff. Color #4815eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010101 11101011
Octal 110 25 353
Decimal 72 21 235
Hex 48 15 EB

RGB Percentages of Color #4815eb

%21.95
%6.40
%71.65

CMYK Percentages of Color #4815eb

%69
%91
%0
%8

Triadic Colors of #4815eb

#4815eb #eb4815 #15eb48

Analogous Colors of #4815eb

#4815eb #b315eb #154deb

Monochromatic Colors of #4815eb

#4815eb

Complementary Color

#4815eb #b8eb15

#4815eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4815eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4815eb Color CSS Codes

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

#4815eb Text Font Color

<p style="color:#4815eb">Text here</p>

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


#4815eb Background Color

<div style="background-color:#4815eb">
Div content here</div>

This div background color is #4815eb


#4815eb Border Color

<div style="border:3px solid #4815eb">
Div here</div>

This div border color is #4815eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,21,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4815eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4815eb;
  -webkit-box-shadow: 1px 1px 3px 2px #4815eb;
  box-shadow:         1px 1px 3px 2px #4815eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4815eb


Comments

No comments written yet.

Please login to write comment.