Color Hex Logo

#321478 Color Hex

#321478
(50,20,120)
0 Favorites   0 Comments

Color spaces of #321478

RGB 5020120
HSL0.720.710.27
HSV258°83°47°
CMYK 0.580.830.00   0.53
XYZ4.95572.534517.9973
Yxy2.53450.19440.0994
Hunter Lab15.920127.7043-55.8818
CIE-Lab18.073939.9219-51.0123

#321478 color RGB value is (50,20,120).

#321478 hex color red value is 50, green value is 20 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #321478 hue: 0.72 , saturation: 0.71 and the lightness value of 321478 is 0.27.

The process color (four color CMYK) of #321478 color hex is 0.58, 0.83, 0.00, 0.53. Web safe color of #321478 is #330066. Color #321478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010100 01111000
Octal 62 24 170
Decimal 50 20 120
Hex 32 14 78

RGB Percentages of Color #321478

%26.32
%10.53
%63.16

CMYK Percentages of Color #321478

%58
%83
%0
%53

Triadic Colors of #321478

#321478 #783214 #147832

Analogous Colors of #321478

#321478 #641478 #142878

Monochromatic Colors of #321478

#321478

Complementary Color

#321478 #5a7814

#321478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321478 Color CSS Codes

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

#321478 Text Font Color

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

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


#321478 Background Color

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

This div background color is #321478


#321478 Border Color

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

This div border color is #321478


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,20,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #321478; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #321478;
  -webkit-box-shadow: 1px 1px 3px 2px #321478;
  box-shadow:         1px 1px 3px 2px #321478; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321478


Comments

No comments written yet.

Please login to write comment.