Color Hex Logo

#672eed Color Hex

#672EED
(103,46,237)
0 Favorites   0 Comments

Color spaces of #672eed

RGB 10346237
HSL0.720.840.55
HSV258°81°93°
CMYK 0.570.810.00   0.07
XYZ21.856610.952081.0827
Yxy10.95200.19190.0962
Hunter Lab33.093859.9751-122.1000
CIE-Lab39.499567.1046-85.5924

#672eed color RGB value is (103,46,237).

#672eed hex color red value is 103, green value is 46 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #672eed hue: 0.72 , saturation: 0.84 and the lightness value of 672eed is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101110 11101101
Octal 147 56 355
Decimal 103 46 237
Hex 67 2E ED

RGB Percentages of Color #672eed

%26.68
%11.92
%61.40

CMYK Percentages of Color #672eed

%57
%81
%0
%7

Triadic Colors of #672eed

#672eed #ed672e #2eed67

Analogous Colors of #672eed

#672eed #c72eed #2e55ed

Monochromatic Colors of #672eed

#672eed

Complementary Color

#672eed #b4ed2e

#672eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#672eed Color CSS Codes

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

#672eed Text Font Color

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

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


#672eed Background Color

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

This div background color is #672eed


#672eed Border Color

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

This div border color is #672eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672eed


Comments

No comments written yet.

Please login to write comment.