Color Hex Logo

#4615ba Color Hex

#4615BA
(70,21,186)
0 Favorites   0 Comments

Color spaces of #4615ba

RGB 7021186
HSL0.720.800.41
HSV258°89°73°
CMYK 0.620.890.00   0.27
XYZ11.65695.383646.8791
Yxy5.38360.18240.0842
Hunter Lab23.202649.0733-103.5492
CIE-Lab27.800859.6224-75.5020

#4615ba color RGB value is (70,21,186).

#4615ba hex color red value is 70, green value is 21 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4615ba hue: 0.72 , saturation: 0.80 and the lightness value of 4615ba is 0.41.

The process color (four color CMYK) of #4615ba color hex is 0.62, 0.89, 0.00, 0.27. Web safe color of #4615ba is #3300cc. Color #4615ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010101 10111010
Octal 106 25 272
Decimal 70 21 186
Hex 46 15 BA

RGB Percentages of Color #4615ba

%25.27
%7.58
%67.15

CMYK Percentages of Color #4615ba

%62
%89
%0
%27

Triadic Colors of #4615ba

#4615ba #ba4615 #15ba46

Analogous Colors of #4615ba

#4615ba #9915ba #1536ba

Monochromatic Colors of #4615ba

#4615ba

Complementary Color

#4615ba #89ba15

#4615ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4615ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4615ba Color CSS Codes

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

#4615ba Text Font Color

<p style="color:#4615ba">Text here</p>

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


#4615ba Background Color

<div style="background-color:#4615ba">
Div content here</div>

This div background color is #4615ba


#4615ba Border Color

<div style="border:3px solid #4615ba">
Div here</div>

This div border color is #4615ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,21,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4615ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4615ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4615ba;
  box-shadow:         1px 1px 3px 2px #4615ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4615ba


Comments

No comments written yet.

Please login to write comment.