Color Hex Logo

#672cad Color Hex

#672CAD
(103,44,173)
0 Favorites   0 Comments

Color spaces of #672cad

RGB 10344173
HSL0.740.590.43
HSV267°75°68°
CMYK 0.400.750.00   0.32
XYZ14.03707.702140.2820
Yxy7.70210.22630.1242
Hunter Lab27.752741.7163-66.6305
CIE-Lab33.354651.5554-58.4813

#672cad color RGB value is (103,44,173).

#672cad hex color red value is 103, green value is 44 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #672cad hue: 0.74 , saturation: 0.59 and the lightness value of 672cad is 0.43.

The process color (four color CMYK) of #672cad color hex is 0.40, 0.75, 0.00, 0.32. Web safe color of #672cad is #663399. Color #672cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101100 10101101
Octal 147 54 255
Decimal 103 44 173
Hex 67 2C AD

RGB Percentages of Color #672cad

%32.19
%13.75
%54.06

CMYK Percentages of Color #672cad

%40
%75
%0
%32

Triadic Colors of #672cad

#672cad #ad672c #2cad67

Analogous Colors of #672cad

#672cad #a82cad #2c32ad

Monochromatic Colors of #672cad

#672cad

Complementary Color

#672cad #72ad2c

#672cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#672cad Color CSS Codes

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

#672cad Text Font Color

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

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


#672cad Background Color

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

This div background color is #672cad


#672cad Border Color

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

This div border color is #672cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672cad


Comments

No comments written yet.

Please login to write comment.