Color Hex Logo

#323bfd Color Hex

#323BFD
(50,59,253)
0 Favorites   0 Comments

Color spaces of #323bfd

RGB 5059253
HSL0.660.980.59
HSV237°80°99°
CMYK 0.800.770.00   0.01
XYZ20.609010.897993.9458
Yxy10.89790.16430.0869
Hunter Lab33.012053.6646-145.6197
CIE-Lab39.408061.5561-94.8700

#323bfd color RGB value is (50,59,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111011 11111101
Octal 62 73 375
Decimal 50 59 253
Hex 32 3B FD

RGB Percentages of Color #323bfd

%13.81
%16.30
%69.89

CMYK Percentages of Color #323bfd

%80
%77
%0
%1

Triadic Colors of #323bfd

#323bfd #fd323b #3bfd32

Analogous Colors of #323bfd

#323bfd #8f32fd #32a1fd

Monochromatic Colors of #323bfd

#323bfd

Complementary Color

#323bfd #fdf432

#323bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#323bfd Color CSS Codes

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

#323bfd Text Font Color

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

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


#323bfd Background Color

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

This div background color is #323bfd


#323bfd Border Color

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

This div border color is #323bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.