Color Hex Logo

#327aff Color Hex

#327AFF
(50,122,255)
0 Favorites   0 Comments

Color spaces of #327aff

RGB 50122255
HSL0.611.000.60
HSV219°80°100°
CMYK 0.800.520.00   0.00
XYZ26.324921.817297.4314
Yxy21.81720.18080.1499
Hunter Lab46.708918.8612-90.9785
CIE-Lab53.832524.9191-72.3263

#327aff color RGB value is (50,122,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111010 11111111
Octal 62 172 377
Decimal 50 122 255
Hex 32 7A FF

RGB Percentages of Color #327aff

%11.71
%28.57
%59.72

CMYK Percentages of Color #327aff

%80
%52
%0
%0

Triadic Colors of #327aff

#327aff #ff327a #7aff32

Analogous Colors of #327aff

#327aff #5032ff #32e1ff

Monochromatic Colors of #327aff

#327aff

Complementary Color

#327aff #ffb732

#327aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#327aff Color CSS Codes

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

#327aff Text Font Color

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

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


#327aff Background Color

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

This div background color is #327aff


#327aff Border Color

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

This div border color is #327aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327aff


Comments

No comments written yet.

Please login to write comment.