Color Hex Logo

#3538ed Color Hex

#3538ED
(53,56,237)
0 Favorites   0 Comments

Color spaces of #3538ed

RGB 5356237
HSL0.660.840.57
HSV239°78°93°
CMYK 0.780.760.00   0.07
XYZ18.16849.699781.0354
Yxy9.69970.16680.0891
Hunter Lab31.144349.6274-132.4674
CIE-Lab37.298058.2918-89.3528

#3538ed color RGB value is (53,56,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111000 11101101
Octal 65 70 355
Decimal 53 56 237
Hex 35 38 ED

RGB Percentages of Color #3538ed

%15.32
%16.18
%68.50

CMYK Percentages of Color #3538ed

%78
%76
%0
%7

Triadic Colors of #3538ed

#3538ed #ed3538 #38ed35

Analogous Colors of #3538ed

#3538ed #8e35ed #3594ed

Monochromatic Colors of #3538ed

#3538ed

Complementary Color

#3538ed #edea35

#3538ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3538ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3538ed Color CSS Codes

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

#3538ed Text Font Color

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

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


#3538ed Background Color

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

This div background color is #3538ed


#3538ed Border Color

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

This div border color is #3538ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,56,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 #3538ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3538ed


Comments

No comments written yet.

Please login to write comment.