Color Hex Logo

#7d56bd Color Hex

#7D56BD
(125,86,189)
0 Favorites   0 Comments

Color spaces of #7d56bd

RGB 12586189
HSL0.730.440.54
HSV263°54°74°
CMYK 0.340.540.00   0.26
XYZ20.970514.689749.8742
Yxy14.68970.24520.1717
Hunter Lab38.327130.5929-50.3237
CIE-Lab45.206238.3098-48.6428

#7d56bd color RGB value is (125,86,189).

#7d56bd hex color red value is 125, green value is 86 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7d56bd hue: 0.73 , saturation: 0.44 and the lightness value of 7d56bd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01010110 10111101
Octal 175 126 275
Decimal 125 86 189
Hex 7D 56 BD

RGB Percentages of Color #7d56bd

%31.25
%21.50
%47.25

CMYK Percentages of Color #7d56bd

%34
%54
%0
%26

Triadic Colors of #7d56bd

#7d56bd #bd7d56 #56bd7d

Analogous Colors of #7d56bd

#7d56bd #b156bd #5663bd

Monochromatic Colors of #7d56bd

#7d56bd

Complementary Color

#7d56bd #96bd56

#7d56bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d56bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d56bd Color CSS Codes

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

#7d56bd Text Font Color

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

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


#7d56bd Background Color

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

This div background color is #7d56bd


#7d56bd Border Color

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

This div border color is #7d56bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d56bd


Comments

No comments written yet.

Please login to write comment.