Color Hex Logo

#327add Color Hex

#327ADD
(50,122,221)
0 Favorites   0 Comments

Color spaces of #327add

RGB 50122221
HSL0.600.720.53
HSV215°77°87°
CMYK 0.770.450.00   0.13
XYZ21.326119.817671.1078
Yxy19.81760.19000.1765
Hunter Lab44.51707.6067-63.5432
CIE-Lab51.630412.3178-56.9157

#327add color RGB value is (50,122,221).

#327add hex color red value is 50, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #327add hue: 0.60 , saturation: 0.72 and the lightness value of 327add is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111010 11011101
Octal 62 172 335
Decimal 50 122 221
Hex 32 7A DD

RGB Percentages of Color #327add

%12.72
%31.04
%56.23

CMYK Percentages of Color #327add

%77
%45
%0
%13

Triadic Colors of #327add

#327add #dd327a #7add32

Analogous Colors of #327add

#327add #3f32dd #32d0dd

Monochromatic Colors of #327add

#327add

Complementary Color

#327add #dd9532

#327add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327add Color Preview on White Background

Lorem ipsum dolor sit amet.

#327add Color CSS Codes

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

#327add Text Font Color

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

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


#327add Background Color

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

This div background color is #327add


#327add Border Color

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

This div border color is #327add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327add


Comments

No comments written yet.

Please login to write comment.