Color Hex Logo

#5335bb Color Hex

#5335BB
(83,53,187)
0 Favorites   0 Comments

Color spaces of #5335bb

RGB 8353187
HSL0.700.560.47
HSV253°72°73°
CMYK 0.560.720.00   0.27
XYZ13.81007.973147.8248
Yxy7.97310.19840.1145
Hunter Lab28.236737.8866-80.6545
CIE-Lab33.926847.6566-65.9487

#5335bb color RGB value is (83,53,187).

#5335bb hex color red value is 83, green value is 53 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5335bb hue: 0.70 , saturation: 0.56 and the lightness value of 5335bb is 0.47.

The process color (four color CMYK) of #5335bb color hex is 0.56, 0.72, 0.00, 0.27. Web safe color of #5335bb is #6633cc. Color #5335bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 10111011
Octal 123 65 273
Decimal 83 53 187
Hex 53 35 BB

RGB Percentages of Color #5335bb

%25.70
%16.41
%57.89

CMYK Percentages of Color #5335bb

%56
%72
%0
%27

Triadic Colors of #5335bb

#5335bb #bb5335 #35bb53

Analogous Colors of #5335bb

#5335bb #9635bb #355abb

Monochromatic Colors of #5335bb

#5335bb

Complementary Color

#5335bb #9dbb35

#5335bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5335bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5335bb Color CSS Codes

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

#5335bb Text Font Color

<p style="color:#5335bb">Text here</p>

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


#5335bb Background Color

<div style="background-color:#5335bb">
Div content here</div>

This div background color is #5335bb


#5335bb Border Color

<div style="border:3px solid #5335bb">
Div here</div>

This div border color is #5335bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,53,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5335bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5335bb;
  -webkit-box-shadow: 1px 1px 3px 2px #5335bb;
  box-shadow:         1px 1px 3px 2px #5335bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5335bb


Comments

No comments written yet.

Please login to write comment.