Color Hex Logo

#327cca Color Hex

#327CCA
(50,124,202)
0 Favorites   0 Comments

Color spaces of #327cca

RGB 50124202
HSL0.590.600.49
HSV211°75°79°
CMYK 0.750.390.00   0.21
XYZ19.183719.357758.6024
Yxy19.35770.19750.1993
Hunter Lab43.99740.8340-48.1733
CIE-Lab51.10314.0553-46.9903

#327cca color RGB value is (50,124,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111100 11001010
Octal 62 174 312
Decimal 50 124 202
Hex 32 7C CA

RGB Percentages of Color #327cca

%13.30
%32.98
%53.72

CMYK Percentages of Color #327cca

%75
%39
%0
%21

Triadic Colors of #327cca

#327cca #ca327c #7cca32

Analogous Colors of #327cca

#327cca #3432ca #32c8ca

Monochromatic Colors of #327cca

#327cca

Complementary Color

#327cca #ca8032

#327cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#327cca Color CSS Codes

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

#327cca Text Font Color

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

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


#327cca Background Color

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

This div background color is #327cca


#327cca Border Color

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

This div border color is #327cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327cca


Comments

No comments written yet.

Please login to write comment.