Color Hex Logo

#327ecb Color Hex

#327ECB
(50,126,203)
0 Favorites   0 Comments

Color spaces of #327ecb

RGB 50126203
HSL0.580.600.50
HSV210°75°80°
CMYK 0.750.380.00   0.20
XYZ19.555719.911659.3125
Yxy19.91160.19800.2016
Hunter Lab44.62240.1381-47.5731
CIE-Lab51.73713.2061-46.5517

#327ecb color RGB value is (50,126,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111110 11001011
Octal 62 176 313
Decimal 50 126 203
Hex 32 7E CB

RGB Percentages of Color #327ecb

%13.19
%33.25
%53.56

CMYK Percentages of Color #327ecb

%75
%38
%0
%20

Triadic Colors of #327ecb

#327ecb #cb327e #7ecb32

Analogous Colors of #327ecb

#327ecb #3232cb #32cbcb

Monochromatic Colors of #327ecb

#327ecb

Complementary Color

#327ecb #cb7f32

#327ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#327ecb Color CSS Codes

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

#327ecb Text Font Color

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

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


#327ecb Background Color

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

This div background color is #327ecb


#327ecb Border Color

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

This div border color is #327ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327ecb


Comments

No comments written yet.

Please login to write comment.