Color Hex Logo

#352bca Color Hex

#352BCA
(53,43,202)
0 Favorites   0 Comments

Color spaces of #352bca

RGB 5343202
HSL0.680.650.48
HSV244°79°79°
CMYK 0.740.790.00   0.21
XYZ12.99276.748956.4950
Yxy6.74890.17040.0885
Hunter Lab25.978643.8106-110.7512
CIE-Lab31.228353.9968-79.2833

#352bca color RGB value is (53,43,202).

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

The process color (four color CMYK) of #352bca color hex is 0.74, 0.79, 0.00, 0.21. Web safe color of #352bca is #3333cc. Color #352bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101011 11001010
Octal 65 53 312
Decimal 53 43 202
Hex 35 2B CA

RGB Percentages of Color #352bca

%17.79
%14.43
%67.79

CMYK Percentages of Color #352bca

%74
%79
%0
%21

Triadic Colors of #352bca

#352bca #ca352b #2bca35

Analogous Colors of #352bca

#352bca #852bca #2b71ca

Monochromatic Colors of #352bca

#352bca

Complementary Color

#352bca #c0ca2b

#352bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#352bca Color CSS Codes

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

#352bca Text Font Color

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

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


#352bca Background Color

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

This div background color is #352bca


#352bca Border Color

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

This div border color is #352bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352bca


Comments

No comments written yet.

Please login to write comment.