Color Hex Logo

#327edc Color Hex

#327EDC
(50,126,220)
0 Favorites   0 Comments

Color spaces of #327edc

RGB 50126220
HSL0.590.710.53
HSV213°77°86°
CMYK 0.770.430.00   0.14
XYZ21.694520.767170.5752
Yxy20.76710.19190.1837
Hunter Lab45.57095.2276-59.9221
CIE-Lab52.69379.4741-54.6482

#327edc color RGB value is (50,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111110 11011100
Octal 62 176 334
Decimal 50 126 220
Hex 32 7E DC

RGB Percentages of Color #327edc

%12.63
%31.82
%55.56

CMYK Percentages of Color #327edc

%77
%43
%0
%14

Triadic Colors of #327edc

#327edc #dc327e #7edc32

Analogous Colors of #327edc

#327edc #3b32dc #32d3dc

Monochromatic Colors of #327edc

#327edc

Complementary Color

#327edc #dc9032

#327edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#327edc Color CSS Codes

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

#327edc Text Font Color

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

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


#327edc Background Color

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

This div background color is #327edc


#327edc Border Color

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

This div border color is #327edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327edc


Comments

No comments written yet.

Please login to write comment.