Color Hex Logo

#5345fe Color Hex

#5345FE
(83,69,254)
0 Favorites   0 Comments

Color spaces of #5345fe

RGB 8369254
HSL0.680.990.63
HSV245°73°100°
CMYK 0.670.730.00   0.00
XYZ23.584813.251095.0806
Yxy13.25100.17880.1004
Hunter Lab36.401951.9468-129.3821
CIE-Lab43.139059.2868-89.2007

#5345fe color RGB value is (83,69,254).

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

The process color (four color CMYK) of #5345fe color hex is 0.67, 0.73, 0.00, 0.00. Web safe color of #5345fe is #6633ff. Color #5345fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000101 11111110
Octal 123 105 376
Decimal 83 69 254
Hex 53 45 FE

RGB Percentages of Color #5345fe

%20.44
%17.00
%62.56

CMYK Percentages of Color #5345fe

%67
%73
%0
%0

Triadic Colors of #5345fe

#5345fe #fe5345 #45fe53

Analogous Colors of #5345fe

#5345fe #b045fe #4594fe

Monochromatic Colors of #5345fe

#5345fe

Complementary Color

#5345fe #f0fe45

#5345fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5345fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5345fe Color CSS Codes

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

#5345fe Text Font Color

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

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


#5345fe Background Color

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

This div background color is #5345fe


#5345fe Border Color

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

This div border color is #5345fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,69,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 #5345fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5345fe


Comments

No comments written yet.

Please login to write comment.