Color Hex Logo

#5538ea Color Hex

#5538EA
(85,56,234)
0 Favorites   0 Comments

Color spaces of #5538ea

RGB 8556234
HSL0.690.810.57
HSV250°76°92°
CMYK 0.640.760.00   0.08
XYZ20.011810.700278.8525
Yxy10.70020.18260.0977
Hunter Lab32.711251.9569-120.0248
CIE-Lab39.070960.0792-84.6539

#5538ea color RGB value is (85,56,234).

#5538ea hex color red value is 85, green value is 56 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5538ea hue: 0.69 , saturation: 0.81 and the lightness value of 5538ea is 0.57.

The process color (four color CMYK) of #5538ea color hex is 0.64, 0.76, 0.00, 0.08. Web safe color of #5538ea is #6633ff. Color #5538ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111000 11101010
Octal 125 70 352
Decimal 85 56 234
Hex 55 38 EA

RGB Percentages of Color #5538ea

%22.67
%14.93
%62.40

CMYK Percentages of Color #5538ea

%64
%76
%0
%8

Triadic Colors of #5538ea

#5538ea #ea5538 #38ea55

Analogous Colors of #5538ea

#5538ea #ae38ea #3874ea

Monochromatic Colors of #5538ea

#5538ea

Complementary Color

#5538ea #cdea38

#5538ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5538ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5538ea Color CSS Codes

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

#5538ea Text Font Color

<p style="color:#5538ea">Text here</p>

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


#5538ea Background Color

<div style="background-color:#5538ea">
Div content here</div>

This div background color is #5538ea


#5538ea Border Color

<div style="border:3px solid #5538ea">
Div here</div>

This div border color is #5538ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,56,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5538ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5538ea;
  -webkit-box-shadow: 1px 1px 3px 2px #5538ea;
  box-shadow:         1px 1px 3px 2px #5538ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,56,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5538ea


Comments

No comments written yet.

Please login to write comment.