Color Hex Logo

#7d5dde Color Hex

#7D5DDE
(125,93,222)
0 Favorites   0 Comments

Color spaces of #7d5dde

RGB 12593222
HSL0.710.660.62
HSV255°58°87°
CMYK 0.440.580.00   0.13
XYZ25.556617.462671.1309
Yxy17.46260.22390.1530
Hunter Lab41.788336.0364-71.6701
CIE-Lab48.837743.2464-61.7494

#7d5dde color RGB value is (125,93,222).

#7d5dde hex color red value is 125, green value is 93 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7d5dde hue: 0.71 , saturation: 0.66 and the lightness value of 7d5dde is 0.62.

The process color (four color CMYK) of #7d5dde color hex is 0.44, 0.58, 0.00, 0.13. Web safe color of #7d5dde is #6666cc. Color #7d5dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01011101 11011110
Octal 175 135 336
Decimal 125 93 222
Hex 7D 5D DE

RGB Percentages of Color #7d5dde

%28.41
%21.14
%50.45

CMYK Percentages of Color #7d5dde

%44
%58
%0
%13

Triadic Colors of #7d5dde

#7d5dde #de7d5d #5dde7d

Analogous Colors of #7d5dde

#7d5dde #be5dde #5d7ede

Monochromatic Colors of #7d5dde

#7d5dde

Complementary Color

#7d5dde #bede5d

#7d5dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d5dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d5dde Color CSS Codes

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

#7d5dde Text Font Color

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

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


#7d5dde Background Color

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

This div background color is #7d5dde


#7d5dde Border Color

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

This div border color is #7d5dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d5dde


Comments

No comments written yet.

Please login to write comment.