Color Hex Logo

#5825c8 Color Hex

#5825C8
(88,37,200)
0 Favorites   0 Comments

Color spaces of #5825c8

RGB 8837200
HSL0.720.690.46
HSV259°82°78°
CMYK 0.560.820.00   0.22
XYZ15.11147.568055.3079
Yxy7.56800.19380.0970
Hunter Lab27.510049.9086-99.9435
CIE-Lab33.066559.3752-74.9804

#5825c8 color RGB value is (88,37,200).

#5825c8 hex color red value is 88, green value is 37 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #5825c8 hue: 0.72 , saturation: 0.69 and the lightness value of 5825c8 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100101 11001000
Octal 130 45 310
Decimal 88 37 200
Hex 58 25 C8

RGB Percentages of Color #5825c8

%27.08
%11.38
%61.54

CMYK Percentages of Color #5825c8

%56
%82
%0
%22

Triadic Colors of #5825c8

#5825c8 #c85825 #25c858

Analogous Colors of #5825c8

#5825c8 #aa25c8 #2543c8

Monochromatic Colors of #5825c8

#5825c8

Complementary Color

#5825c8 #95c825

#5825c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5825c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5825c8 Color CSS Codes

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

#5825c8 Text Font Color

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

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


#5825c8 Background Color

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

This div background color is #5825c8


#5825c8 Border Color

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

This div border color is #5825c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5825c8


Comments

No comments written yet.

Please login to write comment.