Color Hex Logo

#7d7bae Color Hex

#7D7BAE
(125,123,174)
0 Favorites   0 Comments

Color spaces of #7d7bae

RGB 125123174
HSL0.670.240.58
HSV242°29°68°
CMYK 0.280.290.00   0.32
XYZ23.180421.581942.9884
Yxy21.58190.26420.2459
Hunter Lab46.45637.7679-22.3446
CIE-Lab53.580612.4741-26.7550

#7d7bae color RGB value is (125,123,174).

#7d7bae hex color red value is 125, green value is 123 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7d7bae hue: 0.67 , saturation: 0.24 and the lightness value of 7d7bae is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01111011 10101110
Octal 175 173 256
Decimal 125 123 174
Hex 7D 7B AE

RGB Percentages of Color #7d7bae

%29.62
%29.15
%41.23

CMYK Percentages of Color #7d7bae

%28
%29
%0
%32

Triadic Colors of #7d7bae

#7d7bae #ae7d7b #7bae7d

Analogous Colors of #7d7bae

#7d7bae #977bae #7b93ae

Monochromatic Colors of #7d7bae

#7d7bae

Complementary Color

#7d7bae #acae7b

#7d7bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d7bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d7bae Color CSS Codes

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

#7d7bae Text Font Color

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

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


#7d7bae Background Color

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

This div background color is #7d7bae


#7d7bae Border Color

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

This div border color is #7d7bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,123,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 #7d7bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d7bae


Comments

No comments written yet.

Please login to write comment.