Color Hex Logo

#5843cb Color Hex

#5843CB
(88,67,203)
0 Favorites   0 Comments

Color spaces of #5843cb

RGB 8867203
HSL0.690.570.53
HSV249°67°80°
CMYK 0.570.670.00   0.20
XYZ16.811110.400857.6214
Yxy10.40080.19820.1226
Hunter Lab32.250336.6087-83.3580
CIE-Lab38.552445.5261-67.7167

#5843cb color RGB value is (88,67,203).

#5843cb hex color red value is 88, green value is 67 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5843cb hue: 0.69 , saturation: 0.57 and the lightness value of 5843cb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000011 11001011
Octal 130 103 313
Decimal 88 67 203
Hex 58 43 CB

RGB Percentages of Color #5843cb

%24.58
%18.72
%56.70

CMYK Percentages of Color #5843cb

%57
%67
%0
%20

Triadic Colors of #5843cb

#5843cb #cb5843 #43cb58

Analogous Colors of #5843cb

#5843cb #9c43cb #4372cb

Monochromatic Colors of #5843cb

#5843cb

Complementary Color

#5843cb #b6cb43

#5843cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5843cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5843cb Color CSS Codes

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

#5843cb Text Font Color

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

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


#5843cb Background Color

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

This div background color is #5843cb


#5843cb Border Color

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

This div border color is #5843cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5843cb


Comments

No comments written yet.

Please login to write comment.