Color Hex Logo

#671baa Color Hex

#671BAA
(103,27,170)
0 Favorites   0 Comments

Color spaces of #671baa

RGB 10327170
HSL0.760.730.39
HSV272°84°67°
CMYK 0.390.840.00   0.33
XYZ13.24126.569738.6004
Yxy6.56970.22670.1125
Hunter Lab25.631447.3581-71.3475
CIE-Lab30.806557.4465-60.8482

#671baa color RGB value is (103,27,170).

#671baa hex color red value is 103, green value is 27 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #671baa hue: 0.76 , saturation: 0.73 and the lightness value of 671baa is 0.39.

The process color (four color CMYK) of #671baa color hex is 0.39, 0.84, 0.00, 0.33. Web safe color of #671baa is #663399. Color #671baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011011 10101010
Octal 147 33 252
Decimal 103 27 170
Hex 67 1B AA

RGB Percentages of Color #671baa

%34.33
%9.00
%56.67

CMYK Percentages of Color #671baa

%39
%84
%0
%33

Triadic Colors of #671baa

#671baa #aa671b #1baa67

Analogous Colors of #671baa

#671baa #aa1ba6 #201baa

Monochromatic Colors of #671baa

#671baa

Complementary Color

#671baa #5eaa1b

#671baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#671baa Color CSS Codes

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

#671baa Text Font Color

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

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


#671baa Background Color

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

This div background color is #671baa


#671baa Border Color

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

This div border color is #671baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671baa


Comments

No comments written yet.

Please login to write comment.