Color Hex Logo

#352acb Color Hex

#352ACB
(53,42,203)
0 Favorites   0 Comments

Color spaces of #352acb

RGB 5342203
HSL0.680.660.48
HSV244°79°80°
CMYK 0.740.790.00   0.20
XYZ13.07576.724657.1087
Yxy6.72460.17000.0874
Hunter Lab25.931844.6250-112.4198
CIE-Lab31.171554.7887-79.9610

#352acb color RGB value is (53,42,203).

#352acb hex color red value is 53, green value is 42 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #352acb hue: 0.68 , saturation: 0.66 and the lightness value of 352acb is 0.48.

The process color (four color CMYK) of #352acb color hex is 0.74, 0.79, 0.00, 0.20. Web safe color of #352acb is #3333cc. Color #352acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101010 11001011
Octal 65 52 313
Decimal 53 42 203
Hex 35 2A CB

RGB Percentages of Color #352acb

%17.79
%14.09
%68.12

CMYK Percentages of Color #352acb

%74
%79
%0
%20

Triadic Colors of #352acb

#352acb #cb352a #2acb35

Analogous Colors of #352acb

#352acb #862acb #2a70cb

Monochromatic Colors of #352acb

#352acb

Complementary Color

#352acb #c0cb2a

#352acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#352acb Color CSS Codes

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

#352acb Text Font Color

<p style="color:#352acb">Text here</p>

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


#352acb Background Color

<div style="background-color:#352acb">
Div content here</div>

This div background color is #352acb


#352acb Border Color

<div style="border:3px solid #352acb">
Div here</div>

This div border color is #352acb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,42,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #352acb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #352acb;
  -webkit-box-shadow: 1px 1px 3px 2px #352acb;
  box-shadow:         1px 1px 3px 2px #352acb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352acb


Comments

No comments written yet.

Please login to write comment.