Color Hex Logo

#323dfd Color Hex

#323DFD
(50,61,253)
0 Favorites   0 Comments

Color spaces of #323dfd

RGB 5061253
HSL0.660.980.59
HSV237°80°99°
CMYK 0.800.760.00   0.01
XYZ20.713811.107493.9807
Yxy11.10740.16470.0883
Hunter Lab33.327852.6173-143.8620
CIE-Lab39.760860.5437-94.2853

#323dfd color RGB value is (50,61,253).

#323dfd hex color red value is 50, green value is 61 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #323dfd hue: 0.66 , saturation: 0.98 and the lightness value of 323dfd is 0.59.

The process color (four color CMYK) of #323dfd color hex is 0.80, 0.76, 0.00, 0.01. Web safe color of #323dfd is #3333ff. Color #323dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111101 11111101
Octal 62 75 375
Decimal 50 61 253
Hex 32 3D FD

RGB Percentages of Color #323dfd

%13.74
%16.76
%69.51

CMYK Percentages of Color #323dfd

%80
%76
%0
%1

Triadic Colors of #323dfd

#323dfd #fd323d #3dfd32

Analogous Colors of #323dfd

#323dfd #8d32fd #32a3fd

Monochromatic Colors of #323dfd

#323dfd

Complementary Color

#323dfd #fdf232

#323dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#323dfd Color CSS Codes

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

#323dfd Text Font Color

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

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


#323dfd Background Color

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

This div background color is #323dfd


#323dfd Border Color

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

This div border color is #323dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,61,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #323dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #323dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #323dfd;
  box-shadow:         1px 1px 3px 2px #323dfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,61,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 #323dfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323dfd


Comments

No comments written yet.

Please login to write comment.