Color Hex Logo

#5826dc Color Hex

#5826DC
(88,38,220)
0 Favorites   0 Comments

Color spaces of #5826dc

RGB 8838220
HSL0.710.720.51
HSV256°83°86°
CMYK 0.600.830.00   0.14
XYZ17.63598.628268.4460
Yxy8.62820.18620.0911
Hunter Lab29.373855.7665-117.5942
CIE-Lab35.258464.2414-82.9506

#5826dc color RGB value is (88,38,220).

#5826dc hex color red value is 88, green value is 38 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5826dc hue: 0.71 , saturation: 0.72 and the lightness value of 5826dc is 0.51.

The process color (four color CMYK) of #5826dc color hex is 0.60, 0.83, 0.00, 0.14. Web safe color of #5826dc is #6633cc. Color #5826dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100110 11011100
Octal 130 46 334
Decimal 88 38 220
Hex 58 26 DC

RGB Percentages of Color #5826dc

%25.43
%10.98
%63.58

CMYK Percentages of Color #5826dc

%60
%83
%0
%14

Triadic Colors of #5826dc

#5826dc #dc5826 #26dc58

Analogous Colors of #5826dc

#5826dc #b326dc #264fdc

Monochromatic Colors of #5826dc

#5826dc

Complementary Color

#5826dc #aadc26

#5826dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5826dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5826dc Color CSS Codes

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

#5826dc Text Font Color

<p style="color:#5826dc">Text here</p>

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


#5826dc Background Color

<div style="background-color:#5826dc">
Div content here</div>

This div background color is #5826dc


#5826dc Border Color

<div style="border:3px solid #5826dc">
Div here</div>

This div border color is #5826dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,38,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5826dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5826dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5826dc;
  box-shadow:         1px 1px 3px 2px #5826dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5826dc


Comments

No comments written yet.

Please login to write comment.