Color Hex Logo

#324edd Color Hex

#324EDD
(50,78,221)
0 Favorites   0 Comments

Color spaces of #324edd

RGB 5078221
HSL0.640.720.53
HSV230°77°87°
CMYK 0.770.650.00   0.13
XYZ17.090911.347369.6961
Yxy11.34730.17420.1156
Hunter Lab33.685831.6142-99.0915
CIE-Lab40.159440.1480-75.5373

#324edd color RGB value is (50,78,221).

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

The process color (four color CMYK) of #324edd color hex is 0.77, 0.65, 0.00, 0.13. Web safe color of #324edd is #3366cc. Color #324edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001110 11011101
Octal 62 116 335
Decimal 50 78 221
Hex 32 4E DD

RGB Percentages of Color #324edd

%14.33
%22.35
%63.32

CMYK Percentages of Color #324edd

%77
%65
%0
%13

Triadic Colors of #324edd

#324edd #dd324e #4edd32

Analogous Colors of #324edd

#324edd #6c32dd #32a4dd

Monochromatic Colors of #324edd

#324edd

Complementary Color

#324edd #ddc132

#324edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#324edd Color CSS Codes

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

#324edd Text Font Color

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

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


#324edd Background Color

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

This div background color is #324edd


#324edd Border Color

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

This div border color is #324edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,78,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #324edd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324edd


Comments

No comments written yet.

Please login to write comment.