Color Hex Logo

#327cbc Color Hex

#327CBC
(50,124,188)
0 Favorites   0 Comments

Color spaces of #327cbc

RGB 50124188
HSL0.580.580.47
HSV208°73°74°
CMYK 0.730.340.00   0.26
XYZ17.600118.724350.2635
Yxy18.72430.20330.2162
Hunter Lab43.2716-3.1229-38.5801
CIE-Lab50.3631-1.0582-40.1517

#327cbc color RGB value is (50,124,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111100 10111100
Octal 62 174 274
Decimal 50 124 188
Hex 32 7C BC

RGB Percentages of Color #327cbc

%13.81
%34.25
%51.93

CMYK Percentages of Color #327cbc

%73
%34
%0
%26

Triadic Colors of #327cbc

#327cbc #bc327c #7cbc32

Analogous Colors of #327cbc

#327cbc #3237bc #32bcb7

Monochromatic Colors of #327cbc

#327cbc

Complementary Color

#327cbc #bc7232

#327cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#327cbc Color CSS Codes

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

#327cbc Text Font Color

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

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


#327cbc Background Color

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

This div background color is #327cbc


#327cbc Border Color

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

This div border color is #327cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327cbc


Comments

No comments written yet.

Please login to write comment.