Color Hex Logo

#7d7dbc Color Hex

#7D7DBC
(125,125,188)
0 Favorites   0 Comments

Color spaces of #7d7dbc

RGB 125125188
HSL0.670.320.61
HSV240°34°74°
CMYK 0.340.340.00   0.26
XYZ24.868222.658050.6397
Yxy22.65800.25330.2308
Hunter Lab47.60049.9542-29.7554
CIE-Lab54.718314.9749-33.0274

#7d7dbc color RGB value is (125,125,188).

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

The process color (four color CMYK) of #7d7dbc color hex is 0.34, 0.34, 0.00, 0.26. Web safe color of #7d7dbc is #6666cc. Color #7d7dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01111101 10111100
Octal 175 175 274
Decimal 125 125 188
Hex 7D 7D BC

RGB Percentages of Color #7d7dbc

%28.54
%28.54
%42.92

CMYK Percentages of Color #7d7dbc

%34
%34
%0
%26

Triadic Colors of #7d7dbc

#7d7dbc #bc7d7d #7dbc7d

Analogous Colors of #7d7dbc

#7d7dbc #9d7dbc #7d9dbc

Monochromatic Colors of #7d7dbc

#7d7dbc

Complementary Color

#7d7dbc #bcbc7d

#7d7dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d7dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d7dbc Color CSS Codes

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

#7d7dbc Text Font Color

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

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


#7d7dbc Background Color

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

This div background color is #7d7dbc


#7d7dbc Border Color

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

This div border color is #7d7dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d7dbc


Comments

No comments written yet.

Please login to write comment.