Color Hex Logo

#671eaf Color Hex

#671EAF
(103,30,175)
0 Favorites   0 Comments

Color spaces of #671eaf

RGB 10330175
HSL0.750.710.40
HSV270°83°69°
CMYK 0.410.830.00   0.31
XYZ13.79576.907341.1636
Yxy6.90730.22300.1116
Hunter Lab26.281747.7044-74.4653
CIE-Lab31.594957.6170-62.5551

#671eaf color RGB value is (103,30,175).

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

The process color (four color CMYK) of #671eaf color hex is 0.41, 0.83, 0.00, 0.31. Web safe color of #671eaf is #663399. Color #671eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011110 10101111
Octal 147 36 257
Decimal 103 30 175
Hex 67 1E AF

RGB Percentages of Color #671eaf

%33.44
%9.74
%56.82

CMYK Percentages of Color #671eaf

%41
%83
%0
%31

Triadic Colors of #671eaf

#671eaf #af671e #1eaf67

Analogous Colors of #671eaf

#671eaf #af1eaf #1e1eaf

Monochromatic Colors of #671eaf

#671eaf

Complementary Color

#671eaf #66af1e

#671eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#671eaf Color CSS Codes

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

#671eaf Text Font Color

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

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


#671eaf Background Color

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

This div background color is #671eaf


#671eaf Border Color

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

This div border color is #671eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671eaf


Comments

No comments written yet.

Please login to write comment.