Color Hex Logo

#671eff Color Hex

#671EFF
(103,30,255)
0 Favorites   0 Comments

Color spaces of #671eff

RGB 10330255
HSL0.721.000.56
HSV259°88°100°
CMYK 0.600.880.00   0.00
XYZ24.107811.032195.4665
Yxy11.03210.18460.0845
Hunter Lab33.214671.4332-147.1630
CIE-Lab39.634576.6981-95.5013

#671eff color RGB value is (103,30,255).

#671eff hex color red value is 103, green value is 30 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #671eff hue: 0.72 , saturation: 1.00 and the lightness value of 671eff is 0.56.

The process color (four color CMYK) of #671eff color hex is 0.60, 0.88, 0.00, 0.00. Web safe color of #671eff is #6633ff. Color #671eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011110 11111111
Octal 147 36 377
Decimal 103 30 255
Hex 67 1E FF

RGB Percentages of Color #671eff

%26.55
%7.73
%65.72

CMYK Percentages of Color #671eff

%60
%88
%0
%0

Triadic Colors of #671eff

#671eff #ff671e #1eff67

Analogous Colors of #671eff

#671eff #d81eff #1e45ff

Monochromatic Colors of #671eff

#671eff

Complementary Color

#671eff #b6ff1e

#671eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#671eff Color CSS Codes

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

#671eff Text Font Color

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

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


#671eff Background Color

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

This div background color is #671eff


#671eff Border Color

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

This div border color is #671eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671eff


Comments

No comments written yet.

Please login to write comment.