Color Hex Logo

#671efe Color Hex

#671EFE
(103,30,254)
0 Favorites   0 Comments

Color spaces of #671efe

RGB 10330254
HSL0.720.990.56
HSV260°88°100°
CMYK 0.590.880.00   0.00
XYZ23.947210.967994.6208
Yxy10.96790.18490.0847
Hunter Lab33.117871.1156-146.2148
CIE-Lab39.526476.4598-95.1208

#671efe color RGB value is (103,30,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011110 11111110
Octal 147 36 376
Decimal 103 30 254
Hex 67 1E FE

RGB Percentages of Color #671efe

%26.61
%7.75
%65.63

CMYK Percentages of Color #671efe

%59
%88
%0
%0

Triadic Colors of #671efe

#671efe #fe671e #1efe67

Analogous Colors of #671efe

#671efe #d71efe #1e45fe

Monochromatic Colors of #671efe

#671efe

Complementary Color

#671efe #b5fe1e

#671efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#671efe Color CSS Codes

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

#671efe Text Font Color

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

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


#671efe Background Color

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

This div background color is #671efe


#671efe Border Color

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

This div border color is #671efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671efe


Comments

No comments written yet.

Please login to write comment.