Color Hex Logo

#352baf Color Hex

#352BAF
(53,43,175)
0 Favorites   0 Comments

Color spaces of #352baf

RGB 5343175
HSL0.680.610.43
HSV245°75°69°
CMYK 0.700.750.00   0.31
XYZ10.06995.579841.1037
Yxy5.57980.17740.0983
Hunter Lab23.621634.7568-86.6348
CIE-Lab28.326645.5285-68.1200

#352baf color RGB value is (53,43,175).

#352baf hex color red value is 53, green value is 43 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #352baf hue: 0.68 , saturation: 0.61 and the lightness value of 352baf is 0.43.

The process color (four color CMYK) of #352baf color hex is 0.70, 0.75, 0.00, 0.31. Web safe color of #352baf is #333399. Color #352baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101011 10101111
Octal 65 53 257
Decimal 53 43 175
Hex 35 2B AF

RGB Percentages of Color #352baf

%19.56
%15.87
%64.58

CMYK Percentages of Color #352baf

%70
%75
%0
%31

Triadic Colors of #352baf

#352baf #af352b #2baf35

Analogous Colors of #352baf

#352baf #772baf #2b63af

Monochromatic Colors of #352baf

#352baf

Complementary Color

#352baf #a5af2b

#352baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#352baf Color CSS Codes

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

#352baf Text Font Color

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

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


#352baf Background Color

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

This div background color is #352baf


#352baf Border Color

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

This div border color is #352baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352baf


Comments

No comments written yet.

Please login to write comment.