Color Hex Logo

#327abb Color Hex

#327ABB
(50,122,187)
0 Favorites   0 Comments

Color spaces of #327abb

RGB 50122187
HSL0.580.580.46
HSV208°73°73°
CMYK 0.730.350.00   0.27
XYZ17.244618.185049.6149
Yxy18.18500.20280.2138
Hunter Lab42.6439-2.4438-39.1315
CIE-Lab49.7197-0.2170-40.5932

#327abb color RGB value is (50,122,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111010 10111011
Octal 62 172 273
Decimal 50 122 187
Hex 32 7A BB

RGB Percentages of Color #327abb

%13.93
%33.98
%52.09

CMYK Percentages of Color #327abb

%73
%35
%0
%27

Triadic Colors of #327abb

#327abb #bb327a #7abb32

Analogous Colors of #327abb

#327abb #3236bb #32bbb8

Monochromatic Colors of #327abb

#327abb

Complementary Color

#327abb #bb7332

#327abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#327abb Color CSS Codes

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

#327abb Text Font Color

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

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


#327abb Background Color

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

This div background color is #327abb


#327abb Border Color

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

This div border color is #327abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327abb


Comments

No comments written yet.

Please login to write comment.