Color Hex Logo

#5835c8 Color Hex

#5835C8
(88,53,200)
0 Favorites   0 Comments

Color spaces of #5835c8

RGB 8853200
HSL0.710.580.50
HSV254°74°78°
CMYK 0.560.740.00   0.22
XYZ15.72298.791055.5117
Yxy8.79100.19650.1099
Hunter Lab29.649642.7699-90.2514
CIE-Lab35.578752.1520-70.8447

#5835c8 color RGB value is (88,53,200).

#5835c8 hex color red value is 88, green value is 53 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #5835c8 hue: 0.71 , saturation: 0.58 and the lightness value of 5835c8 is 0.50.

The process color (four color CMYK) of #5835c8 color hex is 0.56, 0.74, 0.00, 0.22. Web safe color of #5835c8 is #6633cc. Color #5835c8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110101 11001000
Octal 130 65 310
Decimal 88 53 200
Hex 58 35 C8

RGB Percentages of Color #5835c8

%25.81
%15.54
%58.65

CMYK Percentages of Color #5835c8

%56
%74
%0
%22

Triadic Colors of #5835c8

#5835c8 #c85835 #35c858

Analogous Colors of #5835c8

#5835c8 #a235c8 #355cc8

Monochromatic Colors of #5835c8

#5835c8

Complementary Color

#5835c8 #a5c835

#5835c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5835c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5835c8 Color CSS Codes

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

#5835c8 Text Font Color

<p style="color:#5835c8">Text here</p>

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


#5835c8 Background Color

<div style="background-color:#5835c8">
Div content here</div>

This div background color is #5835c8


#5835c8 Border Color

<div style="border:3px solid #5835c8">
Div here</div>

This div border color is #5835c8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,53,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5835c8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5835c8;
  -webkit-box-shadow: 1px 1px 3px 2px #5835c8;
  box-shadow:         1px 1px 3px 2px #5835c8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5835c8


Comments

No comments written yet.

Please login to write comment.