Color Hex Logo

#352ddd Color Hex

#352DDD
(53,45,221)
0 Favorites   0 Comments

Color spaces of #352ddd

RGB 5345221
HSL0.670.720.52
HSV243°80°87°
CMYK 0.760.800.00   0.13
XYZ15.45777.854169.1079
Yxy7.85410.16730.0850
Hunter Lab28.025249.4103-126.5869
CIE-Lab33.677258.7965-86.2273

#352ddd color RGB value is (53,45,221).

#352ddd hex color red value is 53, green value is 45 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #352ddd hue: 0.67 , saturation: 0.72 and the lightness value of 352ddd is 0.52.

The process color (four color CMYK) of #352ddd color hex is 0.76, 0.80, 0.00, 0.13. Web safe color of #352ddd is #3333cc. Color #352ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101101 11011101
Octal 65 55 335
Decimal 53 45 221
Hex 35 2D DD

RGB Percentages of Color #352ddd

%16.61
%14.11
%69.28

CMYK Percentages of Color #352ddd

%76
%80
%0
%13

Triadic Colors of #352ddd

#352ddd #dd352d #2ddd35

Analogous Colors of #352ddd

#352ddd #8d2ddd #2d7ddd

Monochromatic Colors of #352ddd

#352ddd

Complementary Color

#352ddd #d5dd2d

#352ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#352ddd Color CSS Codes

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

#352ddd Text Font Color

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

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


#352ddd Background Color

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

This div background color is #352ddd


#352ddd Border Color

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

This div border color is #352ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352ddd


Comments

No comments written yet.

Please login to write comment.