Color Hex Logo

#671384 Color Hex

#671384
(103,19,132)
0 Favorites   0 Comments

Color spaces of #671384

RGB 10319132
HSL0.790.750.30
HSV285°86°52°
CMYK 0.220.860.00   0.48
XYZ9.99125.015322.2712
Yxy5.01530.26800.1345
Hunter Lab22.394940.4446-43.2862
CIE-Lab26.778351.5841-44.0839

#671384 color RGB value is (103,19,132).

#671384 hex color red value is 103, green value is 19 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #671384 hue: 0.79 , saturation: 0.75 and the lightness value of 671384 is 0.30.

The process color (four color CMYK) of #671384 color hex is 0.22, 0.86, 0.00, 0.48. Web safe color of #671384 is #660099. Color #671384 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010011 10000100
Octal 147 23 204
Decimal 103 19 132
Hex 67 13 84

RGB Percentages of Color #671384

%40.55
%7.48
%51.97

CMYK Percentages of Color #671384

%22
%86
%0
%48

Triadic Colors of #671384

#671384 #846713 #138467

Analogous Colors of #671384

#671384 #841369 #2e1384

Monochromatic Colors of #671384

#671384

Complementary Color

#671384 #308413

#671384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671384 Color CSS Codes

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

#671384 Text Font Color

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

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


#671384 Background Color

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

This div background color is #671384


#671384 Border Color

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

This div border color is #671384


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,19,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #671384; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #671384;
  -webkit-box-shadow: 1px 1px 3px 2px #671384;
  box-shadow:         1px 1px 3px 2px #671384; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,19,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671384


Comments

No comments written yet.

Please login to write comment.