Color Hex Logo

#3532ba Color Hex

#3532BA
(53,50,186)
0 Favorites   0 Comments

Color spaces of #3532ba

RGB 5350186
HSL0.670.580.46
HSV241°73°73°
CMYK 0.720.730.00   0.27
XYZ11.47176.583347.1204
Yxy6.58330.17600.1010
Hunter Lab25.657934.9062-90.9246
CIE-Lab30.838845.2050-70.5228

#3532ba color RGB value is (53,50,186).

#3532ba hex color red value is 53, green value is 50 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3532ba hue: 0.67 , saturation: 0.58 and the lightness value of 3532ba is 0.46.

The process color (four color CMYK) of #3532ba color hex is 0.72, 0.73, 0.00, 0.27. Web safe color of #3532ba is #3333cc. Color #3532ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110010 10111010
Octal 65 62 272
Decimal 53 50 186
Hex 35 32 BA

RGB Percentages of Color #3532ba

%18.34
%17.30
%64.36

CMYK Percentages of Color #3532ba

%72
%73
%0
%27

Triadic Colors of #3532ba

#3532ba #ba3532 #32ba35

Analogous Colors of #3532ba

#3532ba #7932ba #3273ba

Monochromatic Colors of #3532ba

#3532ba

Complementary Color

#3532ba #b7ba32

#3532ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3532ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3532ba Color CSS Codes

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

#3532ba Text Font Color

<p style="color:#3532ba">Text here</p>

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


#3532ba Background Color

<div style="background-color:#3532ba">
Div content here</div>

This div background color is #3532ba


#3532ba Border Color

<div style="border:3px solid #3532ba">
Div here</div>

This div border color is #3532ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,50,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3532ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3532ba;
  -webkit-box-shadow: 1px 1px 3px 2px #3532ba;
  box-shadow:         1px 1px 3px 2px #3532ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3532ba


Comments

No comments written yet.

Please login to write comment.