Color Hex Logo

#672bae Color Hex

#672BAE
(103,43,174)
0 Favorites   0 Comments

Color spaces of #672bae

RGB 10343174
HSL0.740.600.43
HSV267°75°68°
CMYK 0.410.750.00   0.32
XYZ14.09747.667340.7813
Yxy7.66730.22540.1226
Hunter Lab27.689942.4201-67.9386
CIE-Lab33.280252.2548-59.2005

#672bae color RGB value is (103,43,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101011 10101110
Octal 147 53 256
Decimal 103 43 174
Hex 67 2B AE

RGB Percentages of Color #672bae

%32.19
%13.44
%54.38

CMYK Percentages of Color #672bae

%41
%75
%0
%32

Triadic Colors of #672bae

#672bae #ae672b #2bae67

Analogous Colors of #672bae

#672bae #a92bae #2b31ae

Monochromatic Colors of #672bae

#672bae

Complementary Color

#672bae #72ae2b

#672bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#672bae Color CSS Codes

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

#672bae Text Font Color

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

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


#672bae Background Color

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

This div background color is #672bae


#672bae Border Color

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

This div border color is #672bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672bae


Comments

No comments written yet.

Please login to write comment.