Color Hex Logo

#327bc8 Color Hex

#327BC8
(50,123,200)
0 Favorites   0 Comments

Color spaces of #327bc8

RGB 50123200
HSL0.590.600.49
HSV211°75°78°
CMYK 0.750.390.00   0.22
XYZ18.823719.014257.3216
Yxy19.01420.19780.1998
Hunter Lab43.60530.7464-47.4164
CIE-Lab50.70383.9301-46.4848

#327bc8 color RGB value is (50,123,200).

#327bc8 hex color red value is 50, green value is 123 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #327bc8 hue: 0.59 , saturation: 0.60 and the lightness value of 327bc8 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111011 11001000
Octal 62 173 310
Decimal 50 123 200
Hex 32 7B C8

RGB Percentages of Color #327bc8

%13.40
%32.98
%53.62

CMYK Percentages of Color #327bc8

%75
%39
%0
%22

Triadic Colors of #327bc8

#327bc8 #c8327b #7bc832

Analogous Colors of #327bc8

#327bc8 #3432c8 #32c6c8

Monochromatic Colors of #327bc8

#327bc8

Complementary Color

#327bc8 #c87f32

#327bc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327bc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327bc8 Color CSS Codes

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

#327bc8 Text Font Color

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

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


#327bc8 Background Color

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

This div background color is #327bc8


#327bc8 Border Color

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

This div border color is #327bc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327bc8


Comments

No comments written yet.

Please login to write comment.