Color Hex Logo

#7d6ccc Color Hex

#7D6CCC
(125,108,204)
0 Favorites   0 Comments

Color spaces of #7d6ccc

RGB 125108204
HSL0.700.480.61
HSV251°47°80°
CMYK 0.390.470.00   0.20
XYZ24.719119.444759.5771
Yxy19.44470.23830.1874
Hunter Lab44.096122.8940-49.2378
CIE-Lab51.203529.4847-47.7143

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

#7d6ccc hex color red value is 125, green value is 108 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7d6ccc hue: 0.70 , saturation: 0.48 and the lightness value of 7d6ccc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01101100 11001100
Octal 175 154 314
Decimal 125 108 204
Hex 7D 6C CC

RGB Percentages of Color #7d6ccc

%28.60
%24.71
%46.68

CMYK Percentages of Color #7d6ccc

%39
%47
%0
%20

Triadic Colors of #7d6ccc

#7d6ccc #cc7d6c #6ccc7d

Analogous Colors of #7d6ccc

#7d6ccc #ad6ccc #6c8bcc

Monochromatic Colors of #7d6ccc

#7d6ccc

Complementary Color

#7d6ccc #bbcc6c

#7d6ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d6ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d6ccc Color CSS Codes

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

#7d6ccc Text Font Color

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

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


#7d6ccc Background Color

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

This div background color is #7d6ccc


#7d6ccc Border Color

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

This div border color is #7d6ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d6ccc


Comments

No comments written yet.

Please login to write comment.