Color Hex Logo

#5635db Color Hex

#5635DB
(86,53,219)
0 Favorites   0 Comments

Color spaces of #5635db

RGB 8653219
HSL0.700.700.53
HSV252°76°86°
CMYK 0.610.760.00   0.14
XYZ17.89709.639167.9351
Yxy9.63910.18750.1010
Hunter Lab31.046948.5643-108.0023
CIE-Lab37.186857.3299-79.1984

#5635db color RGB value is (86,53,219).

#5635db hex color red value is 86, green value is 53 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5635db hue: 0.70 , saturation: 0.70 and the lightness value of 5635db is 0.53.

The process color (four color CMYK) of #5635db color hex is 0.61, 0.76, 0.00, 0.14. Web safe color of #5635db is #6633cc. Color #5635db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110101 11011011
Octal 126 65 333
Decimal 86 53 219
Hex 56 35 DB

RGB Percentages of Color #5635db

%24.02
%14.80
%61.17

CMYK Percentages of Color #5635db

%61
%76
%0
%14

Triadic Colors of #5635db

#5635db #db5635 #35db56

Analogous Colors of #5635db

#5635db #a935db #3567db

Monochromatic Colors of #5635db

#5635db

Complementary Color

#5635db #badb35

#5635db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5635db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5635db Color CSS Codes

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

#5635db Text Font Color

<p style="color:#5635db">Text here</p>

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


#5635db Background Color

<div style="background-color:#5635db">
Div content here</div>

This div background color is #5635db


#5635db Border Color

<div style="border:3px solid #5635db">
Div here</div>

This div border color is #5635db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,53,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5635db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5635db;
  -webkit-box-shadow: 1px 1px 3px 2px #5635db;
  box-shadow:         1px 1px 3px 2px #5635db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5635db


Comments

No comments written yet.

Please login to write comment.