Color Hex Logo

#352066 Color Hex

#352066
(53,32,102)
0 Favorites   0 Comments

Color spaces of #352066

RGB 5332102
HSL0.720.520.26
HSV258°69°40°
CMYK 0.480.690.00   0.60
XYZ4.38302.749212.8700
Yxy2.74920.21910.1374
Hunter Lab16.580718.1690-34.4146
CIE-Lab19.010128.3947-37.7906

#352066 color RGB value is (53,32,102).

#352066 hex color red value is 53, green value is 32 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #352066 hue: 0.72 , saturation: 0.52 and the lightness value of 352066 is 0.26.

The process color (four color CMYK) of #352066 color hex is 0.48, 0.69, 0.00, 0.60. Web safe color of #352066 is #333366. Color #352066 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100000 01100110
Octal 65 40 146
Decimal 53 32 102
Hex 35 20 66

RGB Percentages of Color #352066

%28.34
%17.11
%54.55

CMYK Percentages of Color #352066

%48
%69
%0
%60

Triadic Colors of #352066

#352066 #663520 #206635

Analogous Colors of #352066

#352066 #582066 #202e66

Monochromatic Colors of #352066

#352066

Complementary Color

#352066 #516620

#352066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352066 Color CSS Codes

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

#352066 Text Font Color

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

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


#352066 Background Color

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

This div background color is #352066


#352066 Border Color

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

This div border color is #352066


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,32,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #352066; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #352066;
  -webkit-box-shadow: 1px 1px 3px 2px #352066;
  box-shadow:         1px 1px 3px 2px #352066; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352066


Comments

No comments written yet.

Please login to write comment.