Color Hex Logo

#5305fe Color Hex

#5305FE
(83,5,254)
0 Favorites   0 Comments

Color spaces of #5305fe

RGB 835254
HSL0.720.990.51
HSV259°98°100°
CMYK 0.670.980.00   0.00
XYZ21.51099.103394.3893
Yxy9.10330.17210.0728
Hunter Lab30.171774.4612-164.3631
CIE-Lab36.182479.7787-100.7304

#5305fe color RGB value is (83,5,254).

#5305fe hex color red value is 83, green value is 5 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5305fe hue: 0.72 , saturation: 0.99 and the lightness value of 5305fe is 0.51.

The process color (four color CMYK) of #5305fe color hex is 0.67, 0.98, 0.00, 0.00. Web safe color of #5305fe is #6600ff. Color #5305fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000101 11111110
Octal 123 5 376
Decimal 83 5 254
Hex 53 5 FE

RGB Percentages of Color #5305fe

%24.27
%1.46
%74.27

CMYK Percentages of Color #5305fe

%67
%98
%0
%0

Triadic Colors of #5305fe

#5305fe #fe5305 #05fe53

Analogous Colors of #5305fe

#5305fe #d005fe #0533fe

Monochromatic Colors of #5305fe

#5305fe

Complementary Color

#5305fe #b0fe05

#5305fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5305fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5305fe Color CSS Codes

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

#5305fe Text Font Color

<p style="color:#5305fe">Text here</p>

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


#5305fe Background Color

<div style="background-color:#5305fe">
Div content here</div>

This div background color is #5305fe


#5305fe Border Color

<div style="border:3px solid #5305fe">
Div here</div>

This div border color is #5305fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,5,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5305fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5305fe;
  -webkit-box-shadow: 1px 1px 3px 2px #5305fe;
  box-shadow:         1px 1px 3px 2px #5305fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,5,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5305fe


Comments

No comments written yet.

Please login to write comment.