Color Hex Logo

#327abd Color Hex

#327ABD
(50,122,189)
0 Favorites   0 Comments

Color spaces of #327abd

RGB 50122189
HSL0.580.580.47
HSV209°74°74°
CMYK 0.740.350.00   0.26
XYZ17.460218.271350.7506
Yxy18.27130.20190.2113
Hunter Lab42.7449-1.8910-40.4729
CIE-Lab49.82350.5103-41.5797

#327abd color RGB value is (50,122,189).

#327abd hex color red value is 50, green value is 122 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #327abd hue: 0.58 , saturation: 0.58 and the lightness value of 327abd is 0.47.

The process color (four color CMYK) of #327abd color hex is 0.74, 0.35, 0.00, 0.26. Web safe color of #327abd is #3366cc. Color #327abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111010 10111101
Octal 62 172 275
Decimal 50 122 189
Hex 32 7A BD

RGB Percentages of Color #327abd

%13.85
%33.80
%52.35

CMYK Percentages of Color #327abd

%74
%35
%0
%26

Triadic Colors of #327abd

#327abd #bd327a #7abd32

Analogous Colors of #327abd

#327abd #3234bd #32bdbb

Monochromatic Colors of #327abd

#327abd

Complementary Color

#327abd #bd7532

#327abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#327abd Color CSS Codes

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

#327abd Text Font Color

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

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


#327abd Background Color

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

This div background color is #327abd


#327abd Border Color

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

This div border color is #327abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327abd


Comments

No comments written yet.

Please login to write comment.