Color Hex Logo

#327cfb Color Hex

#327CFB
(50,124,251)
0 Favorites   0 Comments

Color spaces of #327cfb

RGB 50124251
HSL0.610.960.59
HSV218°80°98°
CMYK 0.800.510.00   0.02
XYZ25.935622.058494.1575
Yxy22.05840.18250.1552
Hunter Lab46.966416.3795-85.9873
CIE-Lab54.088922.1993-69.7009

#327cfb color RGB value is (50,124,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111100 11111011
Octal 62 174 373
Decimal 50 124 251
Hex 32 7C FB

RGB Percentages of Color #327cfb

%11.76
%29.18
%59.06

CMYK Percentages of Color #327cfb

%80
%51
%0
%2

Triadic Colors of #327cfb

#327cfb #fb327c #7cfb32

Analogous Colors of #327cfb

#327cfb #4d32fb #32e1fb

Monochromatic Colors of #327cfb

#327cfb

Complementary Color

#327cfb #fbb132

#327cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#327cfb Color CSS Codes

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

#327cfb Text Font Color

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

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


#327cfb Background Color

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

This div background color is #327cfb


#327cfb Border Color

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

This div border color is #327cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327cfb


Comments

No comments written yet.

Please login to write comment.