Color Hex Logo

#672aea Color Hex

#672AEA
(103,42,234)
0 Favorites   0 Comments

Color spaces of #672aea

RGB 10342234
HSL0.720.820.54
HSV259°82°92°
CMYK 0.560.820.00   0.08
XYZ21.272810.480078.7435
Yxy10.48000.19250.0948
Hunter Lab32.372860.6433-121.5557
CIE-Lab38.690567.8398-85.2269

#672aea color RGB value is (103,42,234).

#672aea hex color red value is 103, green value is 42 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #672aea hue: 0.72 , saturation: 0.82 and the lightness value of 672aea is 0.54.

The process color (four color CMYK) of #672aea color hex is 0.56, 0.82, 0.00, 0.08. Web safe color of #672aea is #6633ff. Color #672aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101010 11101010
Octal 147 52 352
Decimal 103 42 234
Hex 67 2A EA

RGB Percentages of Color #672aea

%27.18
%11.08
%61.74

CMYK Percentages of Color #672aea

%56
%82
%0
%8

Triadic Colors of #672aea

#672aea #ea672a #2aea67

Analogous Colors of #672aea

#672aea #c72aea #2a4dea

Monochromatic Colors of #672aea

#672aea

Complementary Color

#672aea #adea2a

#672aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#672aea Color CSS Codes

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

#672aea Text Font Color

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

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


#672aea Background Color

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

This div background color is #672aea


#672aea Border Color

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

This div border color is #672aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672aea


Comments

No comments written yet.

Please login to write comment.