Color Hex Logo

#672add Color Hex

#672ADD
(103,42,221)
0 Favorites   0 Comments

Color spaces of #672add

RGB 10342221
HSL0.720.720.52
HSV260°81°87°
CMYK 0.530.810.00   0.13
XYZ19.47269.760069.2642
Yxy9.76000.19770.0991
Hunter Lab31.241056.5878-109.5827
CIE-Lab37.408264.5500-79.9239

#672add color RGB value is (103,42,221).

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

The process color (four color CMYK) of #672add color hex is 0.53, 0.81, 0.00, 0.13. Web safe color of #672add is #6633cc. Color #672add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101010 11011101
Octal 147 52 335
Decimal 103 42 221
Hex 67 2A DD

RGB Percentages of Color #672add

%28.14
%11.48
%60.38

CMYK Percentages of Color #672add

%53
%81
%0
%13

Triadic Colors of #672add

#672add #dd672a #2add67

Analogous Colors of #672add

#672add #c12add #2a46dd

Monochromatic Colors of #672add

#672add

Complementary Color

#672add #a0dd2a

#672add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672add Color Preview on White Background

Lorem ipsum dolor sit amet.

#672add Color CSS Codes

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

#672add Text Font Color

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

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


#672add Background Color

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

This div background color is #672add


#672add Border Color

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

This div border color is #672add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672add


Comments

No comments written yet.

Please login to write comment.