Color Hex Logo

#671ba5 Color Hex

#671BA5
(103,27,165)
0 Favorites   0 Comments

Color spaces of #671ba5

RGB 10327165
HSL0.760.720.38
HSV273°84°65°
CMYK 0.380.840.00   0.35
XYZ12.77706.384036.1561
Yxy6.38400.23100.1154
Hunter Lab25.266646.0488-67.1565
CIE-Lab30.361356.3006-58.5627

#671ba5 color RGB value is (103,27,165).

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

The process color (four color CMYK) of #671ba5 color hex is 0.38, 0.84, 0.00, 0.35. Web safe color of #671ba5 is #663399. Color #671ba5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011011 10100101
Octal 147 33 245
Decimal 103 27 165
Hex 67 1B A5

RGB Percentages of Color #671ba5

%34.92
%9.15
%55.93

CMYK Percentages of Color #671ba5

%38
%84
%0
%35

Triadic Colors of #671ba5

#671ba5 #a5671b #1ba567

Analogous Colors of #671ba5

#671ba5 #a51b9e #221ba5

Monochromatic Colors of #671ba5

#671ba5

Complementary Color

#671ba5 #59a51b

#671ba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671ba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671ba5 Color CSS Codes

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

#671ba5 Text Font Color

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

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


#671ba5 Background Color

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

This div background color is #671ba5


#671ba5 Border Color

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

This div border color is #671ba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671ba5


Comments

No comments written yet.

Please login to write comment.