Color Hex Logo

#671aac Color Hex

#671AAC
(103,26,172)
0 Favorites   0 Comments

Color spaces of #671aac

RGB 10326172
HSL0.750.740.39
HSV272°85°67°
CMYK 0.400.850.00   0.33
XYZ13.40936.600939.5971
Yxy6.60090.22500.1107
Hunter Lab25.692248.2015-73.3938
CIE-Lab30.880558.2199-61.9286

#671aac color RGB value is (103,26,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011010 10101100
Octal 147 32 254
Decimal 103 26 172
Hex 67 1A AC

RGB Percentages of Color #671aac

%34.22
%8.64
%57.14

CMYK Percentages of Color #671aac

%40
%85
%0
%33

Triadic Colors of #671aac

#671aac #ac671a #1aac67

Analogous Colors of #671aac

#671aac #ac1aa8 #1e1aac

Monochromatic Colors of #671aac

#671aac

Complementary Color

#671aac #5fac1a

#671aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#671aac Color CSS Codes

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

#671aac Text Font Color

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

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


#671aac Background Color

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

This div background color is #671aac


#671aac Border Color

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

This div border color is #671aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671aac


Comments

No comments written yet.

Please login to write comment.