Color Hex Logo

#7d57bd Color Hex

#7D57BD
(125,87,189)
0 Favorites   0 Comments

Color spaces of #7d57bd

RGB 12587189
HSL0.730.440.54
HSV262°54°74°
CMYK 0.340.540.00   0.26
XYZ21.050914.850549.9010
Yxy14.85050.24530.1731
Hunter Lab38.536330.0690-49.7996
CIE-Lab45.428837.7363-48.2867

#7d57bd color RGB value is (125,87,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01010111 10111101
Octal 175 127 275
Decimal 125 87 189
Hex 7D 57 BD

RGB Percentages of Color #7d57bd

%31.17
%21.70
%47.13

CMYK Percentages of Color #7d57bd

%34
%54
%0
%26

Triadic Colors of #7d57bd

#7d57bd #bd7d57 #57bd7d

Analogous Colors of #7d57bd

#7d57bd #b057bd #5764bd

Monochromatic Colors of #7d57bd

#7d57bd

Complementary Color

#7d57bd #97bd57

#7d57bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d57bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d57bd Color CSS Codes

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

#7d57bd Text Font Color

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

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


#7d57bd Background Color

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

This div background color is #7d57bd


#7d57bd Border Color

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

This div border color is #7d57bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d57bd


Comments

No comments written yet.

Please login to write comment.