Color Hex Logo

#671eab Color Hex

#671EAB
(103,30,171)
0 Favorites   0 Comments

Color spaces of #671eab

RGB 10330171
HSL0.750.700.39
HSV271°82°67°
CMYK 0.400.820.00   0.33
XYZ13.40856.752439.1247
Yxy6.75240.22620.1139
Hunter Lab25.985446.6319-71.0798
CIE-Lab31.236556.6804-60.7450

#671eab color RGB value is (103,30,171).

#671eab hex color red value is 103, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #671eab hue: 0.75 , saturation: 0.70 and the lightness value of 671eab is 0.39.

The process color (four color CMYK) of #671eab color hex is 0.40, 0.82, 0.00, 0.33. Web safe color of #671eab is #663399. Color #671eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011110 10101011
Octal 147 36 253
Decimal 103 30 171
Hex 67 1E AB

RGB Percentages of Color #671eab

%33.88
%9.87
%56.25

CMYK Percentages of Color #671eab

%40
%82
%0
%33

Triadic Colors of #671eab

#671eab #ab671e #1eab67

Analogous Colors of #671eab

#671eab #ab1ea9 #211eab

Monochromatic Colors of #671eab

#671eab

Complementary Color

#671eab #62ab1e

#671eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#671eab Color CSS Codes

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

#671eab Text Font Color

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

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


#671eab Background Color

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

This div background color is #671eab


#671eab Border Color

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

This div border color is #671eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,30,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #671eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #671eab;
  -webkit-box-shadow: 1px 1px 3px 2px #671eab;
  box-shadow:         1px 1px 3px 2px #671eab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671eab


Comments

No comments written yet.

Please login to write comment.