Color Hex Logo

#5413be Color Hex

#5413BE
(84,19,190)
0 Favorites   0 Comments

Color spaces of #5413be

RGB 8419190
HSL0.730.820.41
HSV263°90°75°
CMYK 0.560.900.00   0.25
XYZ13.18336.068349.1917
Yxy6.06830.19260.0887
Hunter Lab24.633952.4182-101.1530
CIE-Lab29.584162.3371-74.8709

#5413be color RGB value is (84,19,190).

#5413be hex color red value is 84, green value is 19 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5413be hue: 0.73 , saturation: 0.82 and the lightness value of 5413be is 0.41.

The process color (four color CMYK) of #5413be color hex is 0.56, 0.90, 0.00, 0.25. Web safe color of #5413be is #6600cc. Color #5413be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010011 10111110
Octal 124 23 276
Decimal 84 19 190
Hex 54 13 BE

RGB Percentages of Color #5413be

%28.67
%6.48
%64.85

CMYK Percentages of Color #5413be

%56
%90
%0
%25

Triadic Colors of #5413be

#5413be #be5413 #13be54

Analogous Colors of #5413be

#5413be #aa13be #1327be

Monochromatic Colors of #5413be

#5413be

Complementary Color

#5413be #7dbe13

#5413be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5413be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5413be Color CSS Codes

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

#5413be Text Font Color

<p style="color:#5413be">Text here</p>

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


#5413be Background Color

<div style="background-color:#5413be">
Div content here</div>

This div background color is #5413be


#5413be Border Color

<div style="border:3px solid #5413be">
Div here</div>

This div border color is #5413be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,19,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5413be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5413be;
  -webkit-box-shadow: 1px 1px 3px 2px #5413be;
  box-shadow:         1px 1px 3px 2px #5413be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,19,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5413be


Comments

No comments written yet.

Please login to write comment.