Color Hex Logo

#5633be Color Hex

#5633BE
(86,51,190)
0 Favorites   0 Comments

Color spaces of #5633be

RGB 8651190
HSL0.710.580.47
HSV255°73°75°
CMYK 0.550.730.00   0.25
XYZ14.31588.063849.5171
Yxy8.06380.19910.1122
Hunter Lab28.396840.2934-83.5094
CIE-Lab34.115450.0144-67.3960

#5633be color RGB value is (86,51,190).

#5633be hex color red value is 86, green value is 51 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5633be hue: 0.71 , saturation: 0.58 and the lightness value of 5633be is 0.47.

The process color (four color CMYK) of #5633be color hex is 0.55, 0.73, 0.00, 0.25. Web safe color of #5633be is #6633cc. Color #5633be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110011 10111110
Octal 126 63 276
Decimal 86 51 190
Hex 56 33 BE

RGB Percentages of Color #5633be

%26.30
%15.60
%58.10

CMYK Percentages of Color #5633be

%55
%73
%0
%25

Triadic Colors of #5633be

#5633be #be5633 #33be56

Analogous Colors of #5633be

#5633be #9c33be #3356be

Monochromatic Colors of #5633be

#5633be

Complementary Color

#5633be #9bbe33

#5633be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5633be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5633be Color CSS Codes

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

#5633be Text Font Color

<p style="color:#5633be">Text here</p>

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


#5633be Background Color

<div style="background-color:#5633be">
Div content here</div>

This div background color is #5633be


#5633be Border Color

<div style="border:3px solid #5633be">
Div here</div>

This div border color is #5633be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,51,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5633be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5633be;
  -webkit-box-shadow: 1px 1px 3px 2px #5633be;
  box-shadow:         1px 1px 3px 2px #5633be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5633be


Comments

No comments written yet.

Please login to write comment.