Color Hex Logo

#324ceb Color Hex

#324CEB
(50,76,235)
0 Favorites   0 Comments

Color spaces of #324ceb

RGB 5076235
HSL0.640.820.56
HSV232°79°92°
CMYK 0.790.680.00   0.08
XYZ18.895211.845279.8877
Yxy11.84520.17080.1071
Hunter Lab34.416937.7688-113.5309
CIE-Lab40.969046.2589-82.1637

#324ceb color RGB value is (50,76,235).

#324ceb hex color red value is 50, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #324ceb hue: 0.64 , saturation: 0.82 and the lightness value of 324ceb is 0.56.

The process color (four color CMYK) of #324ceb color hex is 0.79, 0.68, 0.00, 0.08. Web safe color of #324ceb is #3333ff. Color #324ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001100 11101011
Octal 62 114 353
Decimal 50 76 235
Hex 32 4C EB

RGB Percentages of Color #324ceb

%13.85
%21.05
%65.10

CMYK Percentages of Color #324ceb

%79
%68
%0
%8

Triadic Colors of #324ceb

#324ceb #eb324c #4ceb32

Analogous Colors of #324ceb

#324ceb #7532eb #32a9eb

Monochromatic Colors of #324ceb

#324ceb

Complementary Color

#324ceb #ebd132

#324ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#324ceb Color CSS Codes

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

#324ceb Text Font Color

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

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


#324ceb Background Color

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

This div background color is #324ceb


#324ceb Border Color

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

This div border color is #324ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324ceb


Comments

No comments written yet.

Please login to write comment.