Color Hex Logo

#352abc Color Hex

#352ABC
(53,42,188)
0 Favorites   0 Comments

Color spaces of #352abc

RGB 5342188
HSL0.680.630.45
HSV245°78°74°
CMYK 0.720.780.00   0.26
XYZ11.37336.043748.1441
Yxy6.04370.17350.0922
Hunter Lab24.583939.5578-98.9022
CIE-Lab29.522450.1704-73.8800

#352abc color RGB value is (53,42,188).

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

The process color (four color CMYK) of #352abc color hex is 0.72, 0.78, 0.00, 0.26. Web safe color of #352abc is #3333cc. Color #352abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101010 10111100
Octal 65 52 274
Decimal 53 42 188
Hex 35 2A BC

RGB Percentages of Color #352abc

%18.73
%14.84
%66.43

CMYK Percentages of Color #352abc

%72
%78
%0
%26

Triadic Colors of #352abc

#352abc #bc352a #2abc35

Analogous Colors of #352abc

#352abc #7e2abc #2a68bc

Monochromatic Colors of #352abc

#352abc

Complementary Color

#352abc #b1bc2a

#352abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#352abc Color CSS Codes

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

#352abc Text Font Color

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

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


#352abc Background Color

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

This div background color is #352abc


#352abc Border Color

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

This div border color is #352abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352abc


Comments

No comments written yet.

Please login to write comment.