Color Hex Logo

#326abf Color Hex

#326ABF
(50,106,191)
0 Favorites   0 Comments

Color spaces of #326abf

RGB 50106191
HSL0.600.590.47
HSV216°74°75°
CMYK 0.740.450.00   0.25
XYZ15.873414.747851.3002
Yxy14.74780.19380.1800
Hunter Lab38.40296.5760-52.3201
CIE-Lab45.286811.1798-49.9594

#326abf color RGB value is (50,106,191).

#326abf hex color red value is 50, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #326abf hue: 0.60 , saturation: 0.59 and the lightness value of 326abf is 0.47.

The process color (four color CMYK) of #326abf color hex is 0.74, 0.45, 0.00, 0.25. Web safe color of #326abf is #3366cc. Color #326abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101010 10111111
Octal 62 152 277
Decimal 50 106 191
Hex 32 6A BF

RGB Percentages of Color #326abf

%14.41
%30.55
%55.04

CMYK Percentages of Color #326abf

%74
%45
%0
%25

Triadic Colors of #326abf

#326abf #bf326a #6abf32

Analogous Colors of #326abf

#326abf #4132bf #32b1bf

Monochromatic Colors of #326abf

#326abf

Complementary Color

#326abf #bf8732

#326abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#326abf Color CSS Codes

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

#326abf Text Font Color

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

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


#326abf Background Color

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

This div background color is #326abf


#326abf Border Color

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

This div border color is #326abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326abf


Comments

No comments written yet.

Please login to write comment.