Color Hex Logo

#672255 Color Hex

#672255
(103,34,85)
0 Favorites   0 Comments

Color spaces of #672255

RGB 1033485
HSL0.880.500.27
HSV316°67°40°
CMYK 0.000.670.17   0.60
XYZ7.80524.68359.0870
Yxy4.68350.36180.2171
Hunter Lab21.641426.5055-9.7463
CIE-Lab25.813337.0995-15.3091

#672255 color RGB value is (103,34,85).

#672255 hex color red value is 103, green value is 34 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #672255 hue: 0.88 , saturation: 0.50 and the lightness value of 672255 is 0.27.

The process color (four color CMYK) of #672255 color hex is 0.00, 0.67, 0.17, 0.60. Web safe color of #672255 is #663366. Color #672255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100010 01010101
Octal 147 42 125
Decimal 103 34 85
Hex 67 22 55

RGB Percentages of Color #672255

%46.40
%15.32
%38.29

CMYK Percentages of Color #672255

%0
%67
%17
%60

Triadic Colors of #672255

#672255 #556722 #225567

Analogous Colors of #672255

#672255 #672232 #572267

Monochromatic Colors of #672255

#672255

Complementary Color

#672255 #226734

#672255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672255 Color CSS Codes

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

#672255 Text Font Color

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

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


#672255 Background Color

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

This div background color is #672255


#672255 Border Color

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

This div border color is #672255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672255


Comments

No comments written yet.

Please login to write comment.