Color Hex Logo

#5814fa Color Hex

#5814FA
(88,20,250)
0 Favorites   0 Comments

Color spaces of #5814fa

RGB 8820250
HSL0.720.960.53
HSV258°92°98°
CMYK 0.650.920.00   0.02
XYZ21.53009.477191.1370
Yxy9.47710.17630.0776
Hunter Lab30.784970.9638-153.9754
CIE-Lab36.887176.8315-97.2995

#5814fa color RGB value is (88,20,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010100 11111010
Octal 130 24 372
Decimal 88 20 250
Hex 58 14 FA

RGB Percentages of Color #5814fa

%24.58
%5.59
%69.83

CMYK Percentages of Color #5814fa

%65
%92
%0
%2

Triadic Colors of #5814fa

#5814fa #fa5814 #14fa58

Analogous Colors of #5814fa

#5814fa #cb14fa #1443fa

Monochromatic Colors of #5814fa

#5814fa

Complementary Color

#5814fa #b6fa14

#5814fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5814fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5814fa Color CSS Codes

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

#5814fa Text Font Color

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

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


#5814fa Background Color

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

This div background color is #5814fa


#5814fa Border Color

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

This div border color is #5814fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,20,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 #5814fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5814fa

Related Colors


Comments

No comments written yet.

Please login to write comment.