Color Hex Logo

#327ecd Color Hex

#327ECD
(50,126,205)
0 Favorites   0 Comments

Color spaces of #327ecd

RGB 50126205
HSL0.580.610.50
HSV211°76°80°
CMYK 0.760.390.00   0.20
XYZ19.795720.007660.5761
Yxy20.00760.19720.1993
Hunter Lab44.72990.7199-48.9835
CIE-Lab51.84583.9402-47.5161

#327ecd color RGB value is (50,126,205).

#327ecd hex color red value is 50, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #327ecd hue: 0.58 , saturation: 0.61 and the lightness value of 327ecd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111110 11001101
Octal 62 176 315
Decimal 50 126 205
Hex 32 7E CD

RGB Percentages of Color #327ecd

%13.12
%33.07
%53.81

CMYK Percentages of Color #327ecd

%76
%39
%0
%20

Triadic Colors of #327ecd

#327ecd #cd327e #7ecd32

Analogous Colors of #327ecd

#327ecd #3332cd #32cccd

Monochromatic Colors of #327ecd

#327ecd

Complementary Color

#327ecd #cd8132

#327ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#327ecd Color CSS Codes

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

#327ecd Text Font Color

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

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


#327ecd Background Color

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

This div background color is #327ecd


#327ecd Border Color

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

This div border color is #327ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327ecd


Comments

No comments written yet.

Please login to write comment.