Color Hex Logo

#5853cb Color Hex

#5853CB
(88,83,203)
0 Favorites   0 Comments

Color spaces of #5853cb

RGB 8883203
HSL0.670.540.56
HSV243°59°80°
CMYK 0.570.590.00   0.20
XYZ17.897312.573057.9835
Yxy12.57300.20230.1421
Hunter Lab35.458428.0439-72.1333
CIE-Lab42.112736.0990-61.9163

#5853cb color RGB value is (88,83,203).

#5853cb hex color red value is 88, green value is 83 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5853cb hue: 0.67 , saturation: 0.54 and the lightness value of 5853cb is 0.56.

The process color (four color CMYK) of #5853cb color hex is 0.57, 0.59, 0.00, 0.20. Web safe color of #5853cb is #6666cc. Color #5853cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010011 11001011
Octal 130 123 313
Decimal 88 83 203
Hex 58 53 CB

RGB Percentages of Color #5853cb

%23.53
%22.19
%54.28

CMYK Percentages of Color #5853cb

%57
%59
%0
%20

Triadic Colors of #5853cb

#5853cb #cb5853 #53cb58

Analogous Colors of #5853cb

#5853cb #9453cb #538acb

Monochromatic Colors of #5853cb

#5853cb

Complementary Color

#5853cb #c6cb53

#5853cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5853cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5853cb Color CSS Codes

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

#5853cb Text Font Color

<p style="color:#5853cb">Text here</p>

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


#5853cb Background Color

<div style="background-color:#5853cb">
Div content here</div>

This div background color is #5853cb


#5853cb Border Color

<div style="border:3px solid #5853cb">
Div here</div>

This div border color is #5853cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,83,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5853cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5853cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5853cb;
  box-shadow:         1px 1px 3px 2px #5853cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5853cb


Comments

No comments written yet.

Please login to write comment.