Color Hex Logo

#5635bc Color Hex

#5635BC
(86,53,188)
0 Favorites   0 Comments

Color spaces of #5635bc

RGB 8653188
HSL0.710.560.47
HSV255°72°74°
CMYK 0.540.720.00   0.26
XYZ14.18808.155548.4033
Yxy8.15550.20050.1153
Hunter Lab28.557838.7055-80.5014
CIE-Lab34.304748.4046-65.9078

#5635bc color RGB value is (86,53,188).

#5635bc hex color red value is 86, green value is 53 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5635bc hue: 0.71 , saturation: 0.56 and the lightness value of 5635bc is 0.47.

The process color (four color CMYK) of #5635bc color hex is 0.54, 0.72, 0.00, 0.26. Web safe color of #5635bc is #6633cc. Color #5635bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110101 10111100
Octal 126 65 274
Decimal 86 53 188
Hex 56 35 BC

RGB Percentages of Color #5635bc

%26.30
%16.21
%57.49

CMYK Percentages of Color #5635bc

%54
%72
%0
%26

Triadic Colors of #5635bc

#5635bc #bc5635 #35bc56

Analogous Colors of #5635bc

#5635bc #9a35bc #3557bc

Monochromatic Colors of #5635bc

#5635bc

Complementary Color

#5635bc #9bbc35

#5635bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5635bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5635bc Color CSS Codes

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

#5635bc Text Font Color

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

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


#5635bc Background Color

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

This div background color is #5635bc


#5635bc Border Color

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

This div border color is #5635bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5635bc


Comments

No comments written yet.

Please login to write comment.