Color Hex Logo

#327cc5 Color Hex

#327CC5
(50,124,197)
0 Favorites   0 Comments

Color spaces of #327cc5

RGB 50124197
HSL0.580.600.48
HSV210°75°77°
CMYK 0.750.370.00   0.23
XYZ18.601119.124655.5344
Yxy19.12460.19950.2051
Hunter Lab43.7317-0.6062-44.6796
CIE-Lab50.83272.2213-44.5666

#327cc5 color RGB value is (50,124,197).

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

The process color (four color CMYK) of #327cc5 color hex is 0.75, 0.37, 0.00, 0.23. Web safe color of #327cc5 is #3366cc. Color #327cc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111100 11000101
Octal 62 174 305
Decimal 50 124 197
Hex 32 7C C5

RGB Percentages of Color #327cc5

%13.48
%33.42
%53.10

CMYK Percentages of Color #327cc5

%75
%37
%0
%23

Triadic Colors of #327cc5

#327cc5 #c5327c #7cc532

Analogous Colors of #327cc5

#327cc5 #3233c5 #32c5c5

Monochromatic Colors of #327cc5

#327cc5

Complementary Color

#327cc5 #c57b32

#327cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327cc5 Color CSS Codes

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

#327cc5 Text Font Color

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

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


#327cc5 Background Color

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

This div background color is #327cc5


#327cc5 Border Color

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

This div border color is #327cc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327cc5


Comments

No comments written yet.

Please login to write comment.