Color Hex Logo

#352398 Color Hex

#352398
(53,35,152)
0 Favorites   0 Comments

Color spaces of #352398

RGB 5335152
HSL0.690.630.37
HSV249°77°60°
CMYK 0.650.770.00   0.40
XYZ7.73674.225930.1137
Yxy4.22590.18390.1004
Hunter Lab20.557031.2044-72.4633
CIE-Lab24.404642.5339-60.6429

#352398 color RGB value is (53,35,152).

#352398 hex color red value is 53, green value is 35 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #352398 hue: 0.69 , saturation: 0.63 and the lightness value of 352398 is 0.37.

The process color (four color CMYK) of #352398 color hex is 0.65, 0.77, 0.00, 0.40. Web safe color of #352398 is #333399. Color #352398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100011 10011000
Octal 65 43 230
Decimal 53 35 152
Hex 35 23 98

RGB Percentages of Color #352398

%22.08
%14.58
%63.33

CMYK Percentages of Color #352398

%65
%77
%0
%40

Triadic Colors of #352398

#352398 #983523 #239835

Analogous Colors of #352398

#352398 #702398 #234c98

Monochromatic Colors of #352398

#352398

Complementary Color

#352398 #869823

#352398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352398 Color CSS Codes

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

#352398 Text Font Color

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

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


#352398 Background Color

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

This div background color is #352398


#352398 Border Color

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

This div border color is #352398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352398


Comments

No comments written yet.

Please login to write comment.