Color Hex Logo

#5629d9 Color Hex

#5629D9
(86,41,217)
0 Favorites   0 Comments

Color spaces of #5629d9

RGB 8641217
HSL0.710.700.51
HSV255°81°85°
CMYK 0.600.810.00   0.15
XYZ17.15518.574166.3964
Yxy8.57410.18620.0931
Hunter Lab29.281653.3345-113.9439
CIE-Lab35.151062.0886-81.4082

#5629d9 color RGB value is (86,41,217).

#5629d9 hex color red value is 86, green value is 41 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #5629d9 hue: 0.71 , saturation: 0.70 and the lightness value of 5629d9 is 0.51.

The process color (four color CMYK) of #5629d9 color hex is 0.60, 0.81, 0.00, 0.15. Web safe color of #5629d9 is #6633cc. Color #5629d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00101001 11011001
Octal 126 51 331
Decimal 86 41 217
Hex 56 29 D9

RGB Percentages of Color #5629d9

%25.00
%11.92
%63.08

CMYK Percentages of Color #5629d9

%60
%81
%0
%15

Triadic Colors of #5629d9

#5629d9 #d95629 #29d956

Analogous Colors of #5629d9

#5629d9 #ae29d9 #2954d9

Monochromatic Colors of #5629d9

#5629d9

Complementary Color

#5629d9 #acd929

#5629d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5629d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5629d9 Color CSS Codes

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

#5629d9 Text Font Color

<p style="color:#5629d9">Text here</p>

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


#5629d9 Background Color

<div style="background-color:#5629d9">
Div content here</div>

This div background color is #5629d9


#5629d9 Border Color

<div style="border:3px solid #5629d9">
Div here</div>

This div border color is #5629d9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,41,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5629d9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5629d9;
  -webkit-box-shadow: 1px 1px 3px 2px #5629d9;
  box-shadow:         1px 1px 3px 2px #5629d9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,41,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5629d9


Comments

No comments written yet.

Please login to write comment.