Color Hex Logo

#324ece Color Hex

#324ECE
(50,78,206)
0 Favorites   0 Comments

Color spaces of #324ece

RGB 5078206
HSL0.640.610.50
HSV229°76°81°
CMYK 0.760.620.00   0.19
XYZ15.180410.583159.6352
Yxy10.58310.17780.1239
Hunter Lab32.531726.3638-85.9148
CIE-Lab38.869234.7750-69.0334

#324ece color RGB value is (50,78,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001110 11001110
Octal 62 116 316
Decimal 50 78 206
Hex 32 4E CE

RGB Percentages of Color #324ece

%14.97
%23.35
%61.68

CMYK Percentages of Color #324ece

%76
%62
%0
%19

Triadic Colors of #324ece

#324ece #ce324e #4ece32

Analogous Colors of #324ece

#324ece #6432ce #329cce

Monochromatic Colors of #324ece

#324ece

Complementary Color

#324ece #ceb232

#324ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#324ece Color CSS Codes

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

#324ece Text Font Color

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

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


#324ece Background Color

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

This div background color is #324ece


#324ece Border Color

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

This div border color is #324ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324ece


Comments

No comments written yet.

Please login to write comment.