Color Hex Logo

#672885 Color Hex

#672885
(103,40,133)
0 Favorites   0 Comments

Color spaces of #672885

RGB 10340133
HSL0.780.540.34
HSV281°70°52°
CMYK 0.230.700.00   0.48
XYZ10.58596.094622.8087
Yxy6.09460.26810.1543
Hunter Lab24.687233.3382-37.4973
CIE-Lab29.649943.7986-40.0733

#672885 color RGB value is (103,40,133).

#672885 hex color red value is 103, green value is 40 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #672885 hue: 0.78 , saturation: 0.54 and the lightness value of 672885 is 0.34.

The process color (four color CMYK) of #672885 color hex is 0.23, 0.70, 0.00, 0.48. Web safe color of #672885 is #663399. Color #672885 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101000 10000101
Octal 147 50 205
Decimal 103 40 133
Hex 67 28 85

RGB Percentages of Color #672885

%37.32
%14.49
%48.19

CMYK Percentages of Color #672885

%23
%70
%0
%48

Triadic Colors of #672885

#672885 #856728 #288567

Analogous Colors of #672885

#672885 #852875 #382885

Monochromatic Colors of #672885

#672885

Complementary Color

#672885 #468528

#672885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672885 Color CSS Codes

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

#672885 Text Font Color

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

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


#672885 Background Color

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

This div background color is #672885


#672885 Border Color

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

This div border color is #672885


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,40,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #672885; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #672885;
  -webkit-box-shadow: 1px 1px 3px 2px #672885;
  box-shadow:         1px 1px 3px 2px #672885; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672885


Comments

No comments written yet.

Please login to write comment.