Color Hex Logo

#5337ca Color Hex

#5337CA
(83,55,202)
0 Favorites   0 Comments

Color spaces of #5337ca

RGB 8355202
HSL0.700.580.50
HSV251°73°79°
CMYK 0.590.730.00   0.21
XYZ15.59418.835656.7607
Yxy8.83560.19210.1088
Hunter Lab29.724741.6258-92.4096
CIE-Lab35.665851.0251-71.8839

#5337ca color RGB value is (83,55,202).

#5337ca hex color red value is 83, green value is 55 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5337ca hue: 0.70 , saturation: 0.58 and the lightness value of 5337ca is 0.50.

The process color (four color CMYK) of #5337ca color hex is 0.59, 0.73, 0.00, 0.21. Web safe color of #5337ca is #6633cc. Color #5337ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110111 11001010
Octal 123 67 312
Decimal 83 55 202
Hex 53 37 CA

RGB Percentages of Color #5337ca

%24.41
%16.18
%59.41

CMYK Percentages of Color #5337ca

%59
%73
%0
%21

Triadic Colors of #5337ca

#5337ca #ca5337 #37ca53

Analogous Colors of #5337ca

#5337ca #9d37ca #3765ca

Monochromatic Colors of #5337ca

#5337ca

Complementary Color

#5337ca #aeca37

#5337ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5337ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5337ca Color CSS Codes

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

#5337ca Text Font Color

<p style="color:#5337ca">Text here</p>

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


#5337ca Background Color

<div style="background-color:#5337ca">
Div content here</div>

This div background color is #5337ca


#5337ca Border Color

<div style="border:3px solid #5337ca">
Div here</div>

This div border color is #5337ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,55,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5337ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5337ca;
  -webkit-box-shadow: 1px 1px 3px 2px #5337ca;
  box-shadow:         1px 1px 3px 2px #5337ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5337ca


Comments

No comments written yet.

Please login to write comment.