Color Hex Logo

#327aea Color Hex

#327AEA
(50,122,234)
0 Favorites   0 Comments

Color spaces of #327aea

RGB 50122234
HSL0.600.810.56
HSV217°79°92°
CMYK 0.790.480.00   0.08
XYZ23.126220.537780.5872
Yxy20.53770.18610.1653
Hunter Lab45.318511.7817-73.7088
CIE-Lab52.439817.1476-62.9115

#327aea color RGB value is (50,122,234).

#327aea hex color red value is 50, green value is 122 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #327aea hue: 0.60 , saturation: 0.81 and the lightness value of 327aea is 0.56.

The process color (four color CMYK) of #327aea color hex is 0.79, 0.48, 0.00, 0.08. Web safe color of #327aea is #3366ff. Color #327aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111010 11101010
Octal 62 172 352
Decimal 50 122 234
Hex 32 7A EA

RGB Percentages of Color #327aea

%12.32
%30.05
%57.64

CMYK Percentages of Color #327aea

%79
%48
%0
%8

Triadic Colors of #327aea

#327aea #ea327a #7aea32

Analogous Colors of #327aea

#327aea #4632ea #32d6ea

Monochromatic Colors of #327aea

#327aea

Complementary Color

#327aea #eaa232

#327aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#327aea Color CSS Codes

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

#327aea Text Font Color

<p style="color:#327aea">Text here</p>

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


#327aea Background Color

<div style="background-color:#327aea">
Div content here</div>

This div background color is #327aea


#327aea Border Color

<div style="border:3px solid #327aea">
Div here</div>

This div border color is #327aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,122,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #327aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #327aea;
  -webkit-box-shadow: 1px 1px 3px 2px #327aea;
  box-shadow:         1px 1px 3px 2px #327aea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327aea


Comments

No comments written yet.

Please login to write comment.