Color Hex Logo

#324efd Color Hex

#324EFD
(50,78,253)
0 Favorites   0 Comments

Color spaces of #324efd

RGB 5078253
HSL0.640.980.59
HSV232°80°99°
CMYK 0.800.690.00   0.01
XYZ21.769413.218794.3326
Yxy13.21870.16830.1022
Hunter Lab36.357543.2528-128.3825
CIE-Lab43.090951.2164-88.7810

#324efd color RGB value is (50,78,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001110 11111101
Octal 62 116 375
Decimal 50 78 253
Hex 32 4E FD

RGB Percentages of Color #324efd

%13.12
%20.47
%66.40

CMYK Percentages of Color #324efd

%80
%69
%0
%1

Triadic Colors of #324efd

#324efd #fd324e #4efd32

Analogous Colors of #324efd

#324efd #7c32fd #32b4fd

Monochromatic Colors of #324efd

#324efd

Complementary Color

#324efd #fde132

#324efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#324efd Color CSS Codes

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

#324efd Text Font Color

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

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


#324efd Background Color

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

This div background color is #324efd


#324efd Border Color

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

This div border color is #324efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324efd

Related Colors


Comments

No comments written yet.

Please login to write comment.