Color Hex Logo

#327fcf Color Hex

#327FCF
(50,127,207)
0 Favorites   0 Comments

Color spaces of #327fcf

RGB 50127207
HSL0.580.620.50
HSV211°76°81°
CMYK 0.760.390.00   0.19
XYZ20.167220.361861.8988
Yxy20.36180.19690.1988
Hunter Lab45.12410.8096-49.7441
CIE-Lab52.24384.0672-48.0185

#327fcf color RGB value is (50,127,207).

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

The process color (four color CMYK) of #327fcf color hex is 0.76, 0.39, 0.00, 0.19. Web safe color of #327fcf is #3366cc. Color #327fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111111 11001111
Octal 62 177 317
Decimal 50 127 207
Hex 32 7F CF

RGB Percentages of Color #327fcf

%13.02
%33.07
%53.91

CMYK Percentages of Color #327fcf

%76
%39
%0
%19

Triadic Colors of #327fcf

#327fcf #cf327f #7fcf32

Analogous Colors of #327fcf

#327fcf #3332cf #32cecf

Monochromatic Colors of #327fcf

#327fcf

Complementary Color

#327fcf #cf8232

#327fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#327fcf Color CSS Codes

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

#327fcf Text Font Color

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

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


#327fcf Background Color

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

This div background color is #327fcf


#327fcf Border Color

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

This div border color is #327fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327fcf


Comments

No comments written yet.

Please login to write comment.