Color Hex Logo

#671eed Color Hex

#671EED
(103,30,237)
0 Favorites   0 Comments

Color spaces of #671eed

RGB 10330237
HSL0.730.850.52
HSV261°87°93°
CMYK 0.570.870.00   0.07
XYZ21.34399.926580.9118
Yxy9.92650.19030.0885
Hunter Lab31.506365.7883-130.2089
CIE-Lab37.710272.4030-88.5499

#671eed color RGB value is (103,30,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011110 11101101
Octal 147 36 355
Decimal 103 30 237
Hex 67 1E ED

RGB Percentages of Color #671eed

%27.84
%8.11
%64.05

CMYK Percentages of Color #671eed

%57
%87
%0
%7

Triadic Colors of #671eed

#671eed #ed671e #1eed67

Analogous Colors of #671eed

#671eed #cf1eed #1e3ded

Monochromatic Colors of #671eed

#671eed

Complementary Color

#671eed #a4ed1e

#671eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#671eed Color CSS Codes

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

#671eed Text Font Color

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

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


#671eed Background Color

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

This div background color is #671eed


#671eed Border Color

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

This div border color is #671eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,30,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 #671eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671eed


Comments

No comments written yet.

Please login to write comment.