Color Hex Logo

#7d8aca Color Hex

#7D8ACA
(125,138,202)
0 Favorites   0 Comments

Color spaces of #7d8aca

RGB 125138202
HSL0.640.420.64
HSV230°38°79°
CMYK 0.380.320.00   0.21
XYZ28.206626.801259.5636
Yxy26.80120.24620.2339
Hunter Lab51.76996.6577-31.9769
CIE-Lab58.789911.1388-34.6219

#7d8aca color RGB value is (125,138,202).

#7d8aca hex color red value is 125, green value is 138 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7d8aca hue: 0.64 , saturation: 0.42 and the lightness value of 7d8aca is 0.64.

The process color (four color CMYK) of #7d8aca color hex is 0.38, 0.32, 0.00, 0.21. Web safe color of #7d8aca is #6699cc. Color #7d8aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10001010 11001010
Octal 175 212 312
Decimal 125 138 202
Hex 7D 8A CA

RGB Percentages of Color #7d8aca

%26.88
%29.68
%43.44

CMYK Percentages of Color #7d8aca

%38
%32
%0
%21

Triadic Colors of #7d8aca

#7d8aca #ca7d8a #8aca7d

Analogous Colors of #7d8aca

#7d8aca #977dca #7db1ca

Monochromatic Colors of #7d8aca

#7d8aca

Complementary Color

#7d8aca #cabd7d

#7d8aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d8aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d8aca Color CSS Codes

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

#7d8aca Text Font Color

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

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


#7d8aca Background Color

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

This div background color is #7d8aca


#7d8aca Border Color

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

This div border color is #7d8aca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,138,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d8aca


Comments

No comments written yet.

Please login to write comment.