Color Hex Logo

#327ced Color Hex

#327CED
(50,124,237)
0 Favorites   0 Comments

Color spaces of #327ced

RGB 50124237
HSL0.600.840.56
HSV216°79°93°
CMYK 0.790.480.00   0.07
XYZ23.809121.207882.9594
Yxy21.20780.18600.1657
Hunter Lab46.051911.6946-74.5705
CIE-Lab53.176217.0162-63.3999

#327ced color RGB value is (50,124,237).

#327ced hex color red value is 50, green value is 124 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #327ced hue: 0.60 , saturation: 0.84 and the lightness value of 327ced is 0.56.

The process color (four color CMYK) of #327ced color hex is 0.79, 0.48, 0.00, 0.07. Web safe color of #327ced is #3366ff. Color #327ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111100 11101101
Octal 62 174 355
Decimal 50 124 237
Hex 32 7C ED

RGB Percentages of Color #327ced

%12.17
%30.17
%57.66

CMYK Percentages of Color #327ced

%79
%48
%0
%7

Triadic Colors of #327ced

#327ced #ed327c #7ced32

Analogous Colors of #327ced

#327ced #4532ed #32daed

Monochromatic Colors of #327ced

#327ced

Complementary Color

#327ced #eda332

#327ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#327ced Color CSS Codes

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

#327ced Text Font Color

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

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


#327ced Background Color

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

This div background color is #327ced


#327ced Border Color

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

This div border color is #327ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327ced


Comments

No comments written yet.

Please login to write comment.