Color Hex Logo

#672270 Color Hex

#672270
(103,34,112)
0 Favorites   0 Comments

Color spaces of #672270

RGB 10334112
HSL0.810.530.29
HSV293°70°44°
CMYK 0.080.700.00   0.56
XYZ9.09025.197515.8533
Yxy5.19750.30160.1724
Hunter Lab22.798031.2763-25.2705
CIE-Lab27.290242.0599-30.5781

#672270 color RGB value is (103,34,112).

#672270 hex color red value is 103, green value is 34 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #672270 hue: 0.81 , saturation: 0.53 and the lightness value of 672270 is 0.29.

The process color (four color CMYK) of #672270 color hex is 0.08, 0.70, 0.00, 0.56. Web safe color of #672270 is #663366. Color #672270 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100010 01110000
Octal 147 42 160
Decimal 103 34 112
Hex 67 22 70

RGB Percentages of Color #672270

%41.37
%13.65
%44.98

CMYK Percentages of Color #672270

%8
%70
%0
%56

Triadic Colors of #672270

#672270 #706722 #227067

Analogous Colors of #672270

#672270 #702252 #402270

Monochromatic Colors of #672270

#672270

Complementary Color

#672270 #2b7022

#672270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672270 Color CSS Codes

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

#672270 Text Font Color

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

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


#672270 Background Color

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

This div background color is #672270


#672270 Border Color

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

This div border color is #672270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672270


Comments

No comments written yet.

Please login to write comment.