Color Hex Logo

#327cdc Color Hex

#327CDC
(50,124,220)
0 Favorites   0 Comments

Color spaces of #327cdc

RGB 50124220
HSL0.590.710.53
HSV214°77°86°
CMYK 0.770.440.00   0.14
XYZ21.441320.260770.4908
Yxy20.26070.19110.1806
Hunter Lab45.01196.2572-61.3427
CIE-Lab52.130710.7072-55.5498

#327cdc color RGB value is (50,124,220).

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

The process color (four color CMYK) of #327cdc color hex is 0.77, 0.44, 0.00, 0.14. Web safe color of #327cdc is #3366cc. Color #327cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111100 11011100
Octal 62 174 334
Decimal 50 124 220
Hex 32 7C DC

RGB Percentages of Color #327cdc

%12.69
%31.47
%55.84

CMYK Percentages of Color #327cdc

%77
%44
%0
%14

Triadic Colors of #327cdc

#327cdc #dc327c #7cdc32

Analogous Colors of #327cdc

#327cdc #3d32dc #32d1dc

Monochromatic Colors of #327cdc

#327cdc

Complementary Color

#327cdc #dc9232

#327cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#327cdc Color CSS Codes

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

#327cdc Text Font Color

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

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


#327cdc Background Color

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

This div background color is #327cdc


#327cdc Border Color

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

This div border color is #327cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327cdc


Comments

No comments written yet.

Please login to write comment.