Color Hex Logo

#5435ed Color Hex

#5435ED
(84,53,237)
0 Favorites   0 Comments

Color spaces of #5435ed

RGB 8453237
HSL0.690.840.57
HSV250°78°93°
CMYK 0.650.780.00   0.07
XYZ20.215310.545481.0908
Yxy10.54540.18070.0943
Hunter Lab32.473754.2897-125.3229
CIE-Lab38.804062.2343-86.7975

#5435ed color RGB value is (84,53,237).

#5435ed hex color red value is 84, green value is 53 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5435ed hue: 0.69 , saturation: 0.84 and the lightness value of 5435ed is 0.57.

The process color (four color CMYK) of #5435ed color hex is 0.65, 0.78, 0.00, 0.07. Web safe color of #5435ed is #6633ff. Color #5435ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00110101 11101101
Octal 124 65 355
Decimal 84 53 237
Hex 54 35 ED

RGB Percentages of Color #5435ed

%22.46
%14.17
%63.37

CMYK Percentages of Color #5435ed

%65
%78
%0
%7

Triadic Colors of #5435ed

#5435ed #ed5435 #35ed54

Analogous Colors of #5435ed

#5435ed #b035ed #3572ed

Monochromatic Colors of #5435ed

#5435ed

Complementary Color

#5435ed #ceed35

#5435ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5435ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5435ed Color CSS Codes

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

#5435ed Text Font Color

<p style="color:#5435ed">Text here</p>

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


#5435ed Background Color

<div style="background-color:#5435ed">
Div content here</div>

This div background color is #5435ed


#5435ed Border Color

<div style="border:3px solid #5435ed">
Div here</div>

This div border color is #5435ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,53,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5435ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5435ed;
  -webkit-box-shadow: 1px 1px 3px 2px #5435ed;
  box-shadow:         1px 1px 3px 2px #5435ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5435ed


Comments

No comments written yet.

Please login to write comment.