Color Hex Logo

#7d7dcc Color Hex

#7D7DCC
(125,125,204)
0 Favorites   0 Comments

Color spaces of #7d7dcc

RGB 125125204
HSL0.670.440.65
HSV240°39°80°
CMYK 0.390.390.00   0.20
XYZ26.690123.386860.2341
Yxy23.38680.24200.2120
Hunter Lab48.359913.8853-39.9960
CIE-Lab55.468519.3675-40.9598

#7d7dcc color RGB value is (125,125,204).

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

The process color (four color CMYK) of #7d7dcc color hex is 0.39, 0.39, 0.00, 0.20. Web safe color of #7d7dcc is #6666cc. Color #7d7dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01111101 11001100
Octal 175 175 314
Decimal 125 125 204
Hex 7D 7D CC

RGB Percentages of Color #7d7dcc

%27.53
%27.53
%44.93

CMYK Percentages of Color #7d7dcc

%39
%39
%0
%20

Triadic Colors of #7d7dcc

#7d7dcc #cc7d7d #7dcc7d

Analogous Colors of #7d7dcc

#7d7dcc #a57dcc #7da5cc

Monochromatic Colors of #7d7dcc

#7d7dcc

Complementary Color

#7d7dcc #cccc7d

#7d7dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d7dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d7dcc Color CSS Codes

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

#7d7dcc Text Font Color

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

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


#7d7dcc Background Color

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

This div background color is #7d7dcc


#7d7dcc Border Color

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

This div border color is #7d7dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d7dcc


Comments

No comments written yet.

Please login to write comment.