Color Hex Logo

#324dce Color Hex

#324DCE
(50,77,206)
0 Favorites   0 Comments

Color spaces of #324dce

RGB 5077206
HSL0.640.610.50
HSV230°76°81°
CMYK 0.760.630.00   0.19
XYZ15.109810.442159.6117
Yxy10.44210.17740.1226
Hunter Lab32.314226.9148-86.7553
CIE-Lab38.624535.4088-69.4339

#324dce color RGB value is (50,77,206).

#324dce hex color red value is 50, green value is 77 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #324dce hue: 0.64 , saturation: 0.61 and the lightness value of 324dce is 0.50.

The process color (four color CMYK) of #324dce color hex is 0.76, 0.63, 0.00, 0.19. Web safe color of #324dce is #3366cc. Color #324dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001101 11001110
Octal 62 115 316
Decimal 50 77 206
Hex 32 4D CE

RGB Percentages of Color #324dce

%15.02
%23.12
%61.86

CMYK Percentages of Color #324dce

%76
%63
%0
%19

Triadic Colors of #324dce

#324dce #ce324d #4dce32

Analogous Colors of #324dce

#324dce #6532ce #329bce

Monochromatic Colors of #324dce

#324dce

Complementary Color

#324dce #ceb332

#324dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#324dce Color CSS Codes

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

#324dce Text Font Color

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

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


#324dce Background Color

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

This div background color is #324dce


#324dce Border Color

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

This div border color is #324dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324dce


Comments

No comments written yet.

Please login to write comment.