Color Hex Logo

#352adc Color Hex

#352ADC
(53,42,220)
0 Favorites   0 Comments

Color spaces of #352adc

RGB 5342220
HSL0.680.720.51
HSV244°81°86°
CMYK 0.760.810.00   0.14
XYZ15.21447.580168.3714
Yxy7.58010.16690.0831
Hunter Lab27.532050.4596-127.9651
CIE-Lab33.092659.8765-86.6223

#352adc color RGB value is (53,42,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101010 11011100
Octal 65 52 334
Decimal 53 42 220
Hex 35 2A DC

RGB Percentages of Color #352adc

%16.83
%13.33
%69.84

CMYK Percentages of Color #352adc

%76
%81
%0
%14

Triadic Colors of #352adc

#352adc #dc352a #2adc35

Analogous Colors of #352adc

#352adc #8e2adc #2a78dc

Monochromatic Colors of #352adc

#352adc

Complementary Color

#352adc #d1dc2a

#352adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#352adc Color CSS Codes

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

#352adc Text Font Color

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

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


#352adc Background Color

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

This div background color is #352adc


#352adc Border Color

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

This div border color is #352adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352adc


Comments

No comments written yet.

Please login to write comment.