Color Hex Logo

#672ab8 Color Hex

#672AB8
(103,42,184)
0 Favorites   0 Comments

Color spaces of #672ab8

RGB 10342184
HSL0.740.630.44
HSV266°77°72°
CMYK 0.440.770.00   0.28
XYZ15.07328.000246.0971
Yxy8.00020.21790.1157
Hunter Lab28.284645.6266-76.8291
CIE-Lab33.983355.1950-63.9981

#672ab8 color RGB value is (103,42,184).

#672ab8 hex color red value is 103, green value is 42 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #672ab8 hue: 0.74 , saturation: 0.63 and the lightness value of 672ab8 is 0.44.

The process color (four color CMYK) of #672ab8 color hex is 0.44, 0.77, 0.00, 0.28. Web safe color of #672ab8 is #6633cc. Color #672ab8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101010 10111000
Octal 147 52 270
Decimal 103 42 184
Hex 67 2A B8

RGB Percentages of Color #672ab8

%31.31
%12.77
%55.93

CMYK Percentages of Color #672ab8

%44
%77
%0
%28

Triadic Colors of #672ab8

#672ab8 #b8672a #2ab867

Analogous Colors of #672ab8

#672ab8 #ae2ab8 #2a34b8

Monochromatic Colors of #672ab8

#672ab8

Complementary Color

#672ab8 #7bb82a

#672ab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672ab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672ab8 Color CSS Codes

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

#672ab8 Text Font Color

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

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


#672ab8 Background Color

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

This div background color is #672ab8


#672ab8 Border Color

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

This div border color is #672ab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672ab8


Comments

No comments written yet.

Please login to write comment.