Color Hex Logo

#7b065d Color Hex

#7B065D
(123,6,93)
0 Favorites   0 Comments

Color spaces of #7b065d

RGB 123693
HSL0.880.910.25
HSV315°95°48°
CMYK 0.000.950.24   0.52
XYZ10.20935.131510.8083
Yxy5.13150.39040.1962
Hunter Lab22.652840.8050-12.4320
CIE-Lab27.106251.8757-18.2829

#7b065d color RGB value is (123,6,93).

#7b065d hex color red value is 123, green value is 6 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #7b065d hue: 0.88 , saturation: 0.91 and the lightness value of 7b065d is 0.25.

The process color (four color CMYK) of #7b065d color hex is 0.00, 0.95, 0.24, 0.52. Web safe color of #7b065d is #660066. Color #7b065d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00000110 01011101
Octal 173 6 135
Decimal 123 6 93
Hex 7B 6 5D

RGB Percentages of Color #7b065d

%55.41
%2.70
%41.89

CMYK Percentages of Color #7b065d

%0
%95
%24
%52

Triadic Colors of #7b065d

#7b065d #5d7b06 #065d7b

Analogous Colors of #7b065d

#7b065d #7b0623 #5f067b

Monochromatic Colors of #7b065d

#7b065d

Complementary Color

#7b065d #067b24

#7b065d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b065d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b065d Color CSS Codes

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

#7b065d Text Font Color

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

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


#7b065d Background Color

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

This div background color is #7b065d


#7b065d Border Color

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

This div border color is #7b065d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,6,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b065d


Comments

No comments written yet.

Please login to write comment.