Color Hex Logo

#326fee Color Hex

#326FEE
(50,111,238)
0 Favorites   0 Comments

Color spaces of #326fee

RGB 50111238
HSL0.610.850.56
HSV221°79°93°
CMYK 0.790.530.00   0.07
XYZ22.432418.220083.2234
Yxy18.22000.18110.1471
Hunter Lab42.684919.1094-85.7192
CIE-Lab49.761925.5370-69.4802

#326fee color RGB value is (50,111,238).

#326fee hex color red value is 50, green value is 111 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #326fee hue: 0.61 , saturation: 0.85 and the lightness value of 326fee is 0.56.

The process color (four color CMYK) of #326fee color hex is 0.79, 0.53, 0.00, 0.07. Web safe color of #326fee is #3366ff. Color #326fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101111 11101110
Octal 62 157 356
Decimal 50 111 238
Hex 32 6F EE

RGB Percentages of Color #326fee

%12.53
%27.82
%59.65

CMYK Percentages of Color #326fee

%79
%53
%0
%7

Triadic Colors of #326fee

#326fee #ee326f #6fee32

Analogous Colors of #326fee

#326fee #5332ee #32cdee

Monochromatic Colors of #326fee

#326fee

Complementary Color

#326fee #eeb132

#326fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#326fee Color CSS Codes

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

#326fee Text Font Color

<p style="color:#326fee">Text here</p>

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


#326fee Background Color

<div style="background-color:#326fee">
Div content here</div>

This div background color is #326fee


#326fee Border Color

<div style="border:3px solid #326fee">
Div here</div>

This div border color is #326fee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,111,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #326fee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #326fee;
  -webkit-box-shadow: 1px 1px 3px 2px #326fee;
  box-shadow:         1px 1px 3px 2px #326fee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326fee


Comments

No comments written yet.

Please login to write comment.