Color Hex Logo

#352ffd Color Hex

#352FFD
(53,47,253)
0 Favorites   0 Comments

Color spaces of #352ffd

RGB 5347253
HSL0.670.980.59
HSV242°81°99°
CMYK 0.790.810.00   0.01
XYZ20.21439.881893.7705
Yxy9.88180.16320.0798
Hunter Lab31.435359.7715-154.8553
CIE-Lab37.629467.2921-97.8179

#352ffd color RGB value is (53,47,253).

#352ffd hex color red value is 53, green value is 47 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #352ffd hue: 0.67 , saturation: 0.98 and the lightness value of 352ffd is 0.59.

The process color (four color CMYK) of #352ffd color hex is 0.79, 0.81, 0.00, 0.01. Web safe color of #352ffd is #3333ff. Color #352ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101111 11111101
Octal 65 57 375
Decimal 53 47 253
Hex 35 2F FD

RGB Percentages of Color #352ffd

%15.01
%13.31
%71.67

CMYK Percentages of Color #352ffd

%79
%81
%0
%1

Triadic Colors of #352ffd

#352ffd #fd352f #2ffd35

Analogous Colors of #352ffd

#352ffd #9c2ffd #2f90fd

Monochromatic Colors of #352ffd

#352ffd

Complementary Color

#352ffd #f7fd2f

#352ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#352ffd Color CSS Codes

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

#352ffd Text Font Color

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

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


#352ffd Background Color

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

This div background color is #352ffd


#352ffd Border Color

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

This div border color is #352ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352ffd


Comments

No comments written yet.

Please login to write comment.