Color Hex Logo

#5823fb Color Hex

#5823FB
(88,35,251)
0 Favorites   0 Comments

Color spaces of #5823fb

RGB 8835251
HSL0.710.960.56
HSV255°86°98°
CMYK 0.650.860.00   0.02
XYZ22.038110.241892.0821
Yxy10.24180.17720.0824
Hunter Lab32.002866.9156-148.1939
CIE-Lab38.272973.2371-95.5594

#5823fb color RGB value is (88,35,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100011 11111011
Octal 130 43 373
Decimal 88 35 251
Hex 58 23 FB

RGB Percentages of Color #5823fb

%23.53
%9.36
%67.11

CMYK Percentages of Color #5823fb

%65
%86
%0
%2

Triadic Colors of #5823fb

#5823fb #fb5823 #23fb58

Analogous Colors of #5823fb

#5823fb #c423fb #235afb

Monochromatic Colors of #5823fb

#5823fb

Complementary Color

#5823fb #c6fb23

#5823fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5823fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5823fb Color CSS Codes

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

#5823fb Text Font Color

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

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


#5823fb Background Color

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

This div background color is #5823fb


#5823fb Border Color

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

This div border color is #5823fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5823fb


Comments

No comments written yet.

Please login to write comment.