Color Hex Logo

#7d55de Color Hex

#7D55DE
(125,85,222)
0 Favorites   0 Comments

Color spaces of #7d55de

RGB 12585222
HSL0.720.670.60
HSV258°62°87°
CMYK 0.440.620.00   0.13
XYZ24.890816.130970.9089
Yxy16.13090.22240.1441
Hunter Lab40.163340.3378-76.5631
CIE-Lab47.145847.7121-64.4859

#7d55de color RGB value is (125,85,222).

#7d55de hex color red value is 125, green value is 85 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7d55de hue: 0.72 , saturation: 0.67 and the lightness value of 7d55de is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01010101 11011110
Octal 175 125 336
Decimal 125 85 222
Hex 7D 55 DE

RGB Percentages of Color #7d55de

%28.94
%19.68
%51.39

CMYK Percentages of Color #7d55de

%44
%62
%0
%13

Triadic Colors of #7d55de

#7d55de #de7d55 #55de7d

Analogous Colors of #7d55de

#7d55de #c255de #5572de

Monochromatic Colors of #7d55de

#7d55de

Complementary Color

#7d55de #b6de55

#7d55de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d55de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d55de Color CSS Codes

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

#7d55de Text Font Color

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

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


#7d55de Background Color

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

This div background color is #7d55de


#7d55de Border Color

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

This div border color is #7d55de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d55de


Comments

No comments written yet.

Please login to write comment.