Color Hex Logo

#7b67ae Color Hex

#7B67AE
(123,103,174)
0 Favorites   0 Comments

Color spaces of #7b67ae

RGB 123103174
HSL0.710.300.54
HSV257°41°68°
CMYK 0.290.410.00   0.32
XYZ20.658616.967442.2306
Yxy16.96740.25870.2125
Hunter Lab41.191517.4372-31.9516
CIE-Lab48.218923.8186-35.1319

#7b67ae color RGB value is (123,103,174).

#7b67ae hex color red value is 123, green value is 103 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7b67ae hue: 0.71 , saturation: 0.30 and the lightness value of 7b67ae is 0.54.

The process color (four color CMYK) of #7b67ae color hex is 0.29, 0.41, 0.00, 0.32. Web safe color of #7b67ae is #666699. Color #7b67ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01100111 10101110
Octal 173 147 256
Decimal 123 103 174
Hex 7B 67 AE

RGB Percentages of Color #7b67ae

%30.75
%25.75
%43.50

CMYK Percentages of Color #7b67ae

%29
%41
%0
%32

Triadic Colors of #7b67ae

#7b67ae #ae7b67 #67ae7b

Analogous Colors of #7b67ae

#7b67ae #9f67ae #6777ae

Monochromatic Colors of #7b67ae

#7b67ae

Complementary Color

#7b67ae #9aae67

#7b67ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b67ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b67ae Color CSS Codes

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

#7b67ae Text Font Color

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

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


#7b67ae Background Color

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

This div background color is #7b67ae


#7b67ae Border Color

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

This div border color is #7b67ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b67ae


Comments

No comments written yet.

Please login to write comment.