Color Hex Logo

#327cfc Color Hex

#327CFC
(50,124,252)
0 Favorites   0 Comments

Color spaces of #327cfc

RGB 50124252
HSL0.610.970.59
HSV218°80°99°
CMYK 0.800.510.00   0.01
XYZ26.093722.121794.9901
Yxy22.12170.18220.1545
Hunter Lab47.033716.7205-86.8195
CIE-Lab54.155922.5683-70.1454

#327cfc color RGB value is (50,124,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111100 11111100
Octal 62 174 374
Decimal 50 124 252
Hex 32 7C FC

RGB Percentages of Color #327cfc

%11.74
%29.11
%59.15

CMYK Percentages of Color #327cfc

%80
%51
%0
%1

Triadic Colors of #327cfc

#327cfc #fc327c #7cfc32

Analogous Colors of #327cfc

#327cfc #4d32fc #32e1fc

Monochromatic Colors of #327cfc

#327cfc

Complementary Color

#327cfc #fcb232

#327cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#327cfc Color CSS Codes

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

#327cfc Text Font Color

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

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


#327cfc Background Color

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

This div background color is #327cfc


#327cfc Border Color

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

This div border color is #327cfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,124,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 #327cfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327cfc


Comments

No comments written yet.

Please login to write comment.