Color Hex Logo

#7d5ebc Color Hex

#7D5EBC
(125,94,188)
0 Favorites   0 Comments

Color spaces of #7d5ebc

RGB 12594188
HSL0.720.410.55
HSV260°50°74°
CMYK 0.340.500.00   0.26
XYZ21.537315.996249.5294
Yxy15.99620.24740.1837
Hunter Lab39.995226.1299-45.4270
CIE-Lab46.969533.4073-45.2465

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

#7d5ebc hex color red value is 125, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7d5ebc hue: 0.72 , saturation: 0.41 and the lightness value of 7d5ebc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01011110 10111100
Octal 175 136 274
Decimal 125 94 188
Hex 7D 5E BC

RGB Percentages of Color #7d5ebc

%30.71
%23.10
%46.19

CMYK Percentages of Color #7d5ebc

%34
%50
%0
%26

Triadic Colors of #7d5ebc

#7d5ebc #bc7d5e #5ebc7d

Analogous Colors of #7d5ebc

#7d5ebc #ac5ebc #5e6ebc

Monochromatic Colors of #7d5ebc

#7d5ebc

Complementary Color

#7d5ebc #9dbc5e

#7d5ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d5ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d5ebc Color CSS Codes

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

#7d5ebc Text Font Color

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

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


#7d5ebc Background Color

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

This div background color is #7d5ebc


#7d5ebc Border Color

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

This div border color is #7d5ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d5ebc


Comments

No comments written yet.

Please login to write comment.