Color Hex Logo

#7d7dba Color Hex

#7D7DBA
(125,125,186)
0 Favorites   0 Comments

Color spaces of #7d7dba

RGB 125125186
HSL0.670.310.61
HSV240°33°73°
CMYK 0.330.330.00   0.27
XYZ24.654022.572449.5119
Yxy22.57240.25490.2333
Hunter Lab47.51049.4836-28.5304
CIE-Lab54.629114.4385-32.0221

#7d7dba color RGB value is (125,125,186).

#7d7dba hex color red value is 125, green value is 125 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7d7dba hue: 0.67 , saturation: 0.31 and the lightness value of 7d7dba is 0.61.

The process color (four color CMYK) of #7d7dba color hex is 0.33, 0.33, 0.00, 0.27. Web safe color of #7d7dba is #6666cc. Color #7d7dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01111101 10111010
Octal 175 175 272
Decimal 125 125 186
Hex 7D 7D BA

RGB Percentages of Color #7d7dba

%28.67
%28.67
%42.66

CMYK Percentages of Color #7d7dba

%33
%33
%0
%27

Triadic Colors of #7d7dba

#7d7dba #ba7d7d #7dba7d

Analogous Colors of #7d7dba

#7d7dba #9c7dba #7d9cba

Monochromatic Colors of #7d7dba

#7d7dba

Complementary Color

#7d7dba #baba7d

#7d7dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d7dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d7dba Color CSS Codes

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

#7d7dba Text Font Color

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

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


#7d7dba Background Color

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

This div background color is #7d7dba


#7d7dba Border Color

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

This div border color is #7d7dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d7dba


Comments

No comments written yet.

Please login to write comment.