Color Hex Logo

#3015eb Color Hex

#3015EB
(48,21,235)
0 Favorites   0 Comments

Color spaces of #3015eb

RGB 4821235
HSL0.690.840.50
HSV248°91°92°
CMYK 0.800.910.00   0.08
XYZ16.48257.162979.1111
Yxy7.16290.16040.0697
Hunter Lab26.763663.0939-156.5221
CIE-Lab32.174971.1744-96.7396

#3015eb color RGB value is (48,21,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010101 11101011
Octal 60 25 353
Decimal 48 21 235
Hex 30 15 EB

RGB Percentages of Color #3015eb

%15.79
%6.91
%77.30

CMYK Percentages of Color #3015eb

%80
%91
%0
%8

Triadic Colors of #3015eb

#3015eb #eb3015 #15eb30

Analogous Colors of #3015eb

#3015eb #9b15eb #1565eb

Monochromatic Colors of #3015eb

#3015eb

Complementary Color

#3015eb #d0eb15

#3015eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3015eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3015eb Color CSS Codes

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

#3015eb Text Font Color

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

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


#3015eb Background Color

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

This div background color is #3015eb


#3015eb Border Color

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

This div border color is #3015eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,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 #3015eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3015eb


Comments

No comments written yet.

Please login to write comment.