Color Hex Logo

#327adf Color Hex

#327ADF
(50,122,223)
0 Favorites   0 Comments

Color spaces of #327adf

RGB 50122223
HSL0.600.730.54
HSV215°78°87°
CMYK 0.780.450.00   0.13
XYZ21.594219.924972.5198
Yxy19.92490.18940.1747
Hunter Lab44.63738.2377-65.0791
CIE-Lab51.752213.0605-57.8467

#327adf color RGB value is (50,122,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111010 11011111
Octal 62 172 337
Decimal 50 122 223
Hex 32 7A DF

RGB Percentages of Color #327adf

%12.66
%30.89
%56.46

CMYK Percentages of Color #327adf

%78
%45
%0
%13

Triadic Colors of #327adf

#327adf #df327a #7adf32

Analogous Colors of #327adf

#327adf #4032df #32d1df

Monochromatic Colors of #327adf

#327adf

Complementary Color

#327adf #df9732

#327adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#327adf Color CSS Codes

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

#327adf Text Font Color

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

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


#327adf Background Color

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

This div background color is #327adf


#327adf Border Color

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

This div border color is #327adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327adf


Comments

No comments written yet.

Please login to write comment.