Color Hex Logo

#671bad Color Hex

#671BAD
(103,27,173)
0 Favorites   0 Comments

Color spaces of #671bad

RGB 10327173
HSL0.750.730.39
HSV271°84°68°
CMYK 0.400.840.00   0.32
XYZ13.52836.684640.1124
Yxy6.68460.22430.1108
Hunter Lab25.854648.1538-73.8879
CIE-Lab31.077858.1371-62.2050

#671bad color RGB value is (103,27,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011011 10101101
Octal 147 33 255
Decimal 103 27 173
Hex 67 1B AD

RGB Percentages of Color #671bad

%33.99
%8.91
%57.10

CMYK Percentages of Color #671bad

%40
%84
%0
%32

Triadic Colors of #671bad

#671bad #ad671b #1bad67

Analogous Colors of #671bad

#671bad #ad1baa #1e1bad

Monochromatic Colors of #671bad

#671bad

Complementary Color

#671bad #61ad1b

#671bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#671bad Color CSS Codes

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

#671bad Text Font Color

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

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


#671bad Background Color

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

This div background color is #671bad


#671bad Border Color

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

This div border color is #671bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,27,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 #671bad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671bad


Comments

No comments written yet.

Please login to write comment.