Color Hex Logo

#327efe Color Hex

#327EFE
(50,126,254)
0 Favorites   0 Comments

Color spaces of #327efe

RGB 50126254
HSL0.600.990.60
HSV218°80°100°
CMYK 0.800.500.00   0.00
XYZ26.665622.755696.7528
Yxy22.75560.18240.1557
Hunter Lab47.702816.3005-86.8624
CIE-Lab54.819722.0640-70.1758

#327efe color RGB value is (50,126,254).

#327efe hex color red value is 50, green value is 126 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #327efe hue: 0.60 , saturation: 0.99 and the lightness value of 327efe is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111110 11111110
Octal 62 176 376
Decimal 50 126 254
Hex 32 7E FE

RGB Percentages of Color #327efe

%11.63
%29.30
%59.07

CMYK Percentages of Color #327efe

%80
%50
%0
%0

Triadic Colors of #327efe

#327efe #fe327e #7efe32

Analogous Colors of #327efe

#327efe #4c32fe #32e4fe

Monochromatic Colors of #327efe

#327efe

Complementary Color

#327efe #feb232

#327efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#327efe Color CSS Codes

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

#327efe Text Font Color

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

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


#327efe Background Color

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

This div background color is #327efe


#327efe Border Color

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

This div border color is #327efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327efe


Comments

No comments written yet.

Please login to write comment.