Color Hex Logo

#671dad Color Hex

#671DAD
(103,29,173)
0 Favorites   0 Comments

Color spaces of #671dad

RGB 10329173
HSL0.750.710.40
HSV271°83°68°
CMYK 0.400.830.00   0.32
XYZ13.57576.779440.1282
Yxy6.77940.22450.1121
Hunter Lab26.037347.5037-73.1506
CIE-Lab31.299357.4868-61.8419

#671dad color RGB value is (103,29,173).

#671dad hex color red value is 103, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #671dad hue: 0.75 , saturation: 0.71 and the lightness value of 671dad is 0.40.

The process color (four color CMYK) of #671dad color hex is 0.40, 0.83, 0.00, 0.32. Web safe color of #671dad is #663399. Color #671dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011101 10101101
Octal 147 35 255
Decimal 103 29 173
Hex 67 1D AD

RGB Percentages of Color #671dad

%33.77
%9.51
%56.72

CMYK Percentages of Color #671dad

%40
%83
%0
%32

Triadic Colors of #671dad

#671dad #ad671d #1dad67

Analogous Colors of #671dad

#671dad #ad1dab #1f1dad

Monochromatic Colors of #671dad

#671dad

Complementary Color

#671dad #63ad1d

#671dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#671dad Color CSS Codes

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

#671dad Text Font Color

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

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


#671dad Background Color

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

This div background color is #671dad


#671dad Border Color

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

This div border color is #671dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671dad


Comments

No comments written yet.

Please login to write comment.