Color Hex Logo

#327afa Color Hex

#327AFA
(50,122,250)
0 Favorites   0 Comments

Color spaces of #327afa

RGB 50122250
HSL0.610.950.59
HSV218°80°98°
CMYK 0.800.510.00   0.02
XYZ25.530221.499393.2467
Yxy21.49930.18200.1533
Hunter Lab46.367317.1406-86.7776
CIE-Lab53.491723.0750-70.1142

#327afa color RGB value is (50,122,250).

#327afa hex color red value is 50, green value is 122 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #327afa hue: 0.61 , saturation: 0.95 and the lightness value of 327afa is 0.59.

The process color (four color CMYK) of #327afa color hex is 0.80, 0.51, 0.00, 0.02. Web safe color of #327afa is #3366ff. Color #327afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111010 11111010
Octal 62 172 372
Decimal 50 122 250
Hex 32 7A FA

RGB Percentages of Color #327afa

%11.85
%28.91
%59.24

CMYK Percentages of Color #327afa

%80
%51
%0
%2

Triadic Colors of #327afa

#327afa #fa327a #7afa32

Analogous Colors of #327afa

#327afa #4e32fa #32defa

Monochromatic Colors of #327afa

#327afa

Complementary Color

#327afa #fab232

#327afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#327afa Color CSS Codes

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

#327afa Text Font Color

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

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


#327afa Background Color

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

This div background color is #327afa


#327afa Border Color

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

This div border color is #327afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327afa


Comments

No comments written yet.

Please login to write comment.