Color Hex Logo

#671386 Color Hex

#671386
(103,19,134)
0 Favorites   0 Comments

Color spaces of #671386

RGB 10319134
HSL0.790.750.30
HSV284°86°53°
CMYK 0.230.860.00   0.47
XYZ10.12955.070522.9991
Yxy5.07050.26520.1327
Hunter Lab22.517840.8912-44.7949
CIE-Lab26.934751.9939-45.0843

#671386 color RGB value is (103,19,134).

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

The process color (four color CMYK) of #671386 color hex is 0.23, 0.86, 0.00, 0.47. Web safe color of #671386 is #660099. Color #671386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010011 10000110
Octal 147 23 206
Decimal 103 19 134
Hex 67 13 86

RGB Percentages of Color #671386

%40.23
%7.42
%52.34

CMYK Percentages of Color #671386

%23
%86
%0
%47

Triadic Colors of #671386

#671386 #866713 #138667

Analogous Colors of #671386

#671386 #86136c #2d1386

Monochromatic Colors of #671386

#671386

Complementary Color

#671386 #328613

#671386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671386 Color CSS Codes

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

#671386 Text Font Color

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

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


#671386 Background Color

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

This div background color is #671386


#671386 Border Color

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

This div border color is #671386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671386


Comments

No comments written yet.

Please login to write comment.