Color Hex Logo

#326ebf Color Hex

#326EBF
(50,110,191)
0 Favorites   0 Comments

Color spaces of #326ebf

RGB 50110191
HSL0.600.590.47
HSV214°74°75°
CMYK 0.740.420.00   0.25
XYZ16.295315.591651.4408
Yxy15.59160.19560.1871
Hunter Lab39.48624.5631-49.5999
CIE-Lab46.43418.6530-48.1234

#326ebf color RGB value is (50,110,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101110 10111111
Octal 62 156 277
Decimal 50 110 191
Hex 32 6E BF

RGB Percentages of Color #326ebf

%14.25
%31.34
%54.42

CMYK Percentages of Color #326ebf

%74
%42
%0
%25

Triadic Colors of #326ebf

#326ebf #bf326e #6ebf32

Analogous Colors of #326ebf

#326ebf #3c32bf #32b5bf

Monochromatic Colors of #326ebf

#326ebf

Complementary Color

#326ebf #bf8332

#326ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#326ebf Color CSS Codes

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

#326ebf Text Font Color

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

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


#326ebf Background Color

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

This div background color is #326ebf


#326ebf Border Color

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

This div border color is #326ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326ebf


Comments

No comments written yet.

Please login to write comment.