Color Hex Logo

#671fed Color Hex

#671FED
(103,31,237)
0 Favorites   0 Comments

Color spaces of #671fed

RGB 10331237
HSL0.720.850.53
HSV261°87°93°
CMYK 0.570.870.00   0.07
XYZ21.36969.978080.9204
Yxy9.97800.19030.0889
Hunter Lab31.588065.4782-129.7744
CIE-Lab37.802972.1252-88.3965

#671fed color RGB value is (103,31,237).

#671fed hex color red value is 103, green value is 31 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #671fed hue: 0.72 , saturation: 0.85 and the lightness value of 671fed is 0.53.

The process color (four color CMYK) of #671fed color hex is 0.57, 0.87, 0.00, 0.07. Web safe color of #671fed is #6633ff. Color #671fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011111 11101101
Octal 147 37 355
Decimal 103 31 237
Hex 67 1F ED

RGB Percentages of Color #671fed

%27.76
%8.36
%63.88

CMYK Percentages of Color #671fed

%57
%87
%0
%7

Triadic Colors of #671fed

#671fed #ed671f #1fed67

Analogous Colors of #671fed

#671fed #ce1fed #1f3eed

Monochromatic Colors of #671fed

#671fed

Complementary Color

#671fed #a5ed1f

#671fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#671fed Color CSS Codes

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

#671fed Text Font Color

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

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


#671fed Background Color

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

This div background color is #671fed


#671fed Border Color

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

This div border color is #671fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671fed


Comments

No comments written yet.

Please login to write comment.