Color Hex Logo

#321efd Color Hex

#321EFD
(50,30,253)
0 Favorites   0 Comments

Color spaces of #321efd

RGB 5030253
HSL0.680.980.55
HSV245°88°99°
CMYK 0.800.880.00   0.01
XYZ19.50938.698593.5792
Yxy8.69850.16020.0714
Hunter Lab29.493266.4618-167.4763
CIE-Lab35.397273.4031-101.5371

#321efd color RGB value is (50,30,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011110 11111101
Octal 62 36 375
Decimal 50 30 253
Hex 32 1E FD

RGB Percentages of Color #321efd

%15.02
%9.01
%75.98

CMYK Percentages of Color #321efd

%80
%88
%0
%1

Triadic Colors of #321efd

#321efd #fd321e #1efd32

Analogous Colors of #321efd

#321efd #a21efd #1e7afd

Monochromatic Colors of #321efd

#321efd

Complementary Color

#321efd #e9fd1e

#321efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#321efd Color CSS Codes

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

#321efd Text Font Color

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

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


#321efd Background Color

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

This div background color is #321efd


#321efd Border Color

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

This div border color is #321efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321efd

Related Colors


Comments

No comments written yet.

Please login to write comment.