Color Hex Logo

#327afc Color Hex

#327AFC
(50,122,252)
0 Favorites   0 Comments

Color spaces of #327afc

RGB 50122252
HSL0.610.970.59
HSV219°80°99°
CMYK 0.800.520.00   0.01
XYZ25.845621.625594.9074
Yxy21.62550.18150.1519
Hunter Lab46.503217.8262-88.4514
CIE-Lab53.627423.8132-71.0012

#327afc color RGB value is (50,122,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111010 11111100
Octal 62 172 374
Decimal 50 122 252
Hex 32 7A FC

RGB Percentages of Color #327afc

%11.79
%28.77
%59.43

CMYK Percentages of Color #327afc

%80
%52
%0
%1

Triadic Colors of #327afc

#327afc #fc327a #7afc32

Analogous Colors of #327afc

#327afc #4f32fc #32dffc

Monochromatic Colors of #327afc

#327afc

Complementary Color

#327afc #fcb432

#327afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#327afc Color CSS Codes

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

#327afc Text Font Color

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

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


#327afc Background Color

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

This div background color is #327afc


#327afc Border Color

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

This div border color is #327afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327afc

Related Colors


Comments

No comments written yet.

Please login to write comment.