Color Hex Logo

#327cdb Color Hex

#327CDB
(50,124,219)
0 Favorites   0 Comments

Color spaces of #327cdb

RGB 50124219
HSL0.590.700.53
HSV214°77°86°
CMYK 0.770.430.00   0.14
XYZ21.309220.207969.7952
Yxy20.20790.19140.1815
Hunter Lab44.95325.9464-60.5876
CIE-Lab52.071510.3362-55.0809

#327cdb color RGB value is (50,124,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111100 11011011
Octal 62 174 333
Decimal 50 124 219
Hex 32 7C DB

RGB Percentages of Color #327cdb

%12.72
%31.55
%55.73

CMYK Percentages of Color #327cdb

%77
%43
%0
%14

Triadic Colors of #327cdb

#327cdb #db327c #7cdb32

Analogous Colors of #327cdb

#327cdb #3d32db #32d1db

Monochromatic Colors of #327cdb

#327cdb

Complementary Color

#327cdb #db9132

#327cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#327cdb Color CSS Codes

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

#327cdb Text Font Color

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

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


#327cdb Background Color

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

This div background color is #327cdb


#327cdb Border Color

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

This div border color is #327cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327cdb


Comments

No comments written yet.

Please login to write comment.