Color Hex Logo

#326fcf Color Hex

#326FCF
(50,111,207)
0 Favorites   0 Comments

Color spaces of #326fcf

RGB 50111207
HSL0.600.620.50
HSV217°76°81°
CMYK 0.760.460.00   0.19
XYZ18.262316.552061.2638
Yxy16.55200.19010.1723
Hunter Lab40.68418.9278-60.8023
CIE-Lab47.690513.9917-55.3005

#326fcf color RGB value is (50,111,207).

#326fcf hex color red value is 50, green value is 111 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #326fcf hue: 0.60 , saturation: 0.62 and the lightness value of 326fcf is 0.50.

The process color (four color CMYK) of #326fcf color hex is 0.76, 0.46, 0.00, 0.19. Web safe color of #326fcf is #3366cc. Color #326fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101111 11001111
Octal 62 157 317
Decimal 50 111 207
Hex 32 6F CF

RGB Percentages of Color #326fcf

%13.59
%30.16
%56.25

CMYK Percentages of Color #326fcf

%76
%46
%0
%19

Triadic Colors of #326fcf

#326fcf #cf326f #6fcf32

Analogous Colors of #326fcf

#326fcf #4332cf #32becf

Monochromatic Colors of #326fcf

#326fcf

Complementary Color

#326fcf #cf9232

#326fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#326fcf Color CSS Codes

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

#326fcf Text Font Color

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

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


#326fcf Background Color

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

This div background color is #326fcf


#326fcf Border Color

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

This div border color is #326fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326fcf


Comments

No comments written yet.

Please login to write comment.