Color Hex Logo

#6a074b Color Hex

#6A074B
(106,7,75)
0 Favorites   0 Comments

Color spaces of #6a074b

RGB 106775
HSL0.890.880.22
HSV319°93°42°
CMYK 0.000.930.29   0.58
XYZ7.28983.72416.9912
Yxy3.72410.40490.2068
Hunter Lab19.297933.6571-7.9709
CIE-Lab22.737545.4644-13.2979

#6a074b color RGB value is (106,7,75).

#6a074b hex color red value is 106, green value is 7 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #6a074b hue: 0.89 , saturation: 0.88 and the lightness value of 6a074b is 0.22.

The process color (four color CMYK) of #6a074b color hex is 0.00, 0.93, 0.29, 0.58. Web safe color of #6a074b is #660033. Color #6a074b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00000111 01001011
Octal 152 7 113
Decimal 106 7 75
Hex 6A 7 4B

RGB Percentages of Color #6a074b

%56.38
%3.72
%39.89

CMYK Percentages of Color #6a074b

%0
%93
%29
%58

Triadic Colors of #6a074b

#6a074b #4b6a07 #074b6a

Analogous Colors of #6a074b

#6a074b #6a071a #57076a

Monochromatic Colors of #6a074b

#6a074b

Complementary Color

#6a074b #076a26

#6a074b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a074b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a074b Color CSS Codes

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

#6a074b Text Font Color

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

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


#6a074b Background Color

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

This div background color is #6a074b


#6a074b Border Color

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

This div border color is #6a074b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,7,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a074b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a074b;
  -webkit-box-shadow: 1px 1px 3px 2px #6a074b;
  box-shadow:         1px 1px 3px 2px #6a074b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,7,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a074b


Comments

No comments written yet.

Please login to write comment.