Color Hex Logo

#321dfd Color Hex

#321DFD
(50,29,253)
0 Favorites   0 Comments

Color spaces of #321dfd

RGB 5029253
HSL0.680.980.55
HSV246°89°99°
CMYK 0.800.890.00   0.01
XYZ19.48448.648793.5709
Yxy8.64870.16010.0711
Hunter Lab29.408766.7981-168.0596
CIE-Lab35.298973.7012-101.7009

#321dfd color RGB value is (50,29,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011101 11111101
Octal 62 35 375
Decimal 50 29 253
Hex 32 1D FD

RGB Percentages of Color #321dfd

%15.06
%8.73
%76.20

CMYK Percentages of Color #321dfd

%80
%89
%0
%1

Triadic Colors of #321dfd

#321dfd #fd321d #1dfd32

Analogous Colors of #321dfd

#321dfd #a21dfd #1d78fd

Monochromatic Colors of #321dfd

#321dfd

Complementary Color

#321dfd #e8fd1d

#321dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#321dfd Color CSS Codes

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

#321dfd Text Font Color

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

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


#321dfd Background Color

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

This div background color is #321dfd


#321dfd Border Color

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

This div border color is #321dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.