Color Hex Logo

#535eca Color Hex

#535ECA
(83,94,202)
0 Favorites   0 Comments

Color spaces of #535eca

RGB 8394202
HSL0.650.530.56
HSV234°59°79°
CMYK 0.590.530.00   0.21
XYZ18.230714.108757.6395
Yxy14.10870.20260.1568
Hunter Lab37.561520.9032-64.6895
CIE-Lab44.388428.0584-57.6714

#535eca color RGB value is (83,94,202).

#535eca hex color red value is 83, green value is 94 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #535eca hue: 0.65 , saturation: 0.53 and the lightness value of 535eca is 0.56.

The process color (four color CMYK) of #535eca color hex is 0.59, 0.53, 0.00, 0.21. Web safe color of #535eca is #6666cc. Color #535eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011110 11001010
Octal 123 136 312
Decimal 83 94 202
Hex 53 5E CA

RGB Percentages of Color #535eca

%21.90
%24.80
%53.30

CMYK Percentages of Color #535eca

%59
%53
%0
%21

Triadic Colors of #535eca

#535eca #ca535e #5eca53

Analogous Colors of #535eca

#535eca #8453ca #539aca

Monochromatic Colors of #535eca

#535eca

Complementary Color

#535eca #cabf53

#535eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#535eca Color CSS Codes

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

#535eca Text Font Color

<p style="color:#535eca">Text here</p>

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


#535eca Background Color

<div style="background-color:#535eca">
Div content here</div>

This div background color is #535eca


#535eca Border Color

<div style="border:3px solid #535eca">
Div here</div>

This div border color is #535eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,94,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 #535eca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535eca


Comments

No comments written yet.

Please login to write comment.