Color Hex Logo

#5825fb Color Hex

#5825FB
(88,37,251)
0 Favorites   0 Comments

Color spaces of #5825fb

RGB 8837251
HSL0.710.960.56
HSV254°85°98°
CMYK 0.650.850.00   0.02
XYZ22.098710.362992.1023
Yxy10.36290.17740.0832
Hunter Lab32.191566.2011-147.0993
CIE-Lab38.486072.6000-95.2059

#5825fb color RGB value is (88,37,251).

#5825fb hex color red value is 88, green value is 37 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5825fb hue: 0.71 , saturation: 0.96 and the lightness value of 5825fb is 0.56.

The process color (four color CMYK) of #5825fb color hex is 0.65, 0.85, 0.00, 0.02. Web safe color of #5825fb is #6633ff. Color #5825fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100101 11111011
Octal 130 45 373
Decimal 88 37 251
Hex 58 25 FB

RGB Percentages of Color #5825fb

%23.40
%9.84
%66.76

CMYK Percentages of Color #5825fb

%65
%85
%0
%2

Triadic Colors of #5825fb

#5825fb #fb5825 #25fb58

Analogous Colors of #5825fb

#5825fb #c325fb #255dfb

Monochromatic Colors of #5825fb

#5825fb

Complementary Color

#5825fb #c8fb25

#5825fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5825fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5825fb Color CSS Codes

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

#5825fb Text Font Color

<p style="color:#5825fb">Text here</p>

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


#5825fb Background Color

<div style="background-color:#5825fb">
Div content here</div>

This div background color is #5825fb


#5825fb Border Color

<div style="border:3px solid #5825fb">
Div here</div>

This div border color is #5825fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,37,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5825fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5825fb;
  -webkit-box-shadow: 1px 1px 3px 2px #5825fb;
  box-shadow:         1px 1px 3px 2px #5825fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,37,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5825fb


Comments

No comments written yet.

Please login to write comment.