Color Hex Logo

#327cbf Color Hex

#327CBF
(50,124,191)
0 Favorites   0 Comments

Color spaces of #327cbf

RGB 50124191
HSL0.580.590.47
HSV209°74°75°
CMYK 0.740.350.00   0.25
XYZ17.927018.855051.9847
Yxy18.85500.20200.2124
Hunter Lab43.4223-2.2950-40.5856
CIE-Lab50.51710.0314-41.6307

#327cbf color RGB value is (50,124,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111100 10111111
Octal 62 174 277
Decimal 50 124 191
Hex 32 7C BF

RGB Percentages of Color #327cbf

%13.70
%33.97
%52.33

CMYK Percentages of Color #327cbf

%74
%35
%0
%25

Triadic Colors of #327cbf

#327cbf #bf327c #7cbf32

Analogous Colors of #327cbf

#327cbf #3236bf #32bfbc

Monochromatic Colors of #327cbf

#327cbf

Complementary Color

#327cbf #bf7532

#327cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#327cbf Color CSS Codes

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

#327cbf Text Font Color

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

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


#327cbf Background Color

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

This div background color is #327cbf


#327cbf Border Color

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

This div border color is #327cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327cbf


Comments

No comments written yet.

Please login to write comment.