Color Hex Logo

#672aef Color Hex

#672AEF
(103,42,239)
0 Favorites   0 Comments

Color spaces of #672aef

RGB 10342239
HSL0.720.860.55
HSV259°82°94°
CMYK 0.570.820.00   0.06
XYZ22.001510.771582.5809
Yxy10.77150.19070.0934
Hunter Lab32.820062.2260-126.2103
CIE-Lab39.192969.1015-87.2307

#672aef color RGB value is (103,42,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101010 11101111
Octal 147 52 357
Decimal 103 42 239
Hex 67 2A EF

RGB Percentages of Color #672aef

%26.82
%10.94
%62.24

CMYK Percentages of Color #672aef

%57
%82
%0
%6

Triadic Colors of #672aef

#672aef #ef672a #2aef67

Analogous Colors of #672aef

#672aef #ca2aef #2a4fef

Monochromatic Colors of #672aef

#672aef

Complementary Color

#672aef #b2ef2a

#672aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#672aef Color CSS Codes

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

#672aef Text Font Color

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

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


#672aef Background Color

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

This div background color is #672aef


#672aef Border Color

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

This div border color is #672aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672aef


Comments

No comments written yet.

Please login to write comment.