Color Hex Logo

#4615fa Color Hex

#4615FA
(70,21,250)
0 Favorites   0 Comments

Color spaces of #4615fa

RGB 7021250
HSL0.700.960.53
HSV253°92°98°
CMYK 0.720.920.00   0.02
XYZ20.04938.740591.0729
Yxy8.74050.16730.0729
Hunter Lab29.564369.3137-161.9477
CIE-Lab35.479875.7437-99.6817

#4615fa color RGB value is (70,21,250).

#4615fa hex color red value is 70, green value is 21 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4615fa hue: 0.70 , saturation: 0.96 and the lightness value of 4615fa is 0.53.

The process color (four color CMYK) of #4615fa color hex is 0.72, 0.92, 0.00, 0.02. Web safe color of #4615fa is #3300ff. Color #4615fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010101 11111010
Octal 106 25 372
Decimal 70 21 250
Hex 46 15 FA

RGB Percentages of Color #4615fa

%20.53
%6.16
%73.31

CMYK Percentages of Color #4615fa

%72
%92
%0
%2

Triadic Colors of #4615fa

#4615fa #fa4615 #15fa46

Analogous Colors of #4615fa

#4615fa #b915fa #1556fa

Monochromatic Colors of #4615fa

#4615fa

Complementary Color

#4615fa #c9fa15

#4615fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4615fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4615fa Color CSS Codes

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

#4615fa Text Font Color

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

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


#4615fa Background Color

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

This div background color is #4615fa


#4615fa Border Color

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

This div border color is #4615fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4615fa

Related Colors


Comments

No comments written yet.

Please login to write comment.