Color Hex Logo

#7d5eee Color Hex

#7D5EEE
(125,94,238)
0 Favorites   0 Comments

Color spaces of #7d5eee

RGB 12594238
HSL0.700.810.65
HSV253°61°93°
CMYK 0.470.610.00   0.07
XYZ27.892818.538482.9971
Yxy18.53840.21550.1432
Hunter Lab43.056240.2879-84.1506
CIE-Lab50.142747.1696-68.6576

#7d5eee color RGB value is (125,94,238).

#7d5eee hex color red value is 125, green value is 94 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7d5eee hue: 0.70 , saturation: 0.81 and the lightness value of 7d5eee is 0.65.

The process color (four color CMYK) of #7d5eee color hex is 0.47, 0.61, 0.00, 0.07. Web safe color of #7d5eee is #6666ff. Color #7d5eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01011110 11101110
Octal 175 136 356
Decimal 125 94 238
Hex 7D 5E EE

RGB Percentages of Color #7d5eee

%27.35
%20.57
%52.08

CMYK Percentages of Color #7d5eee

%47
%61
%0
%7

Triadic Colors of #7d5eee

#7d5eee #ee7d5e #5eee7d

Analogous Colors of #7d5eee

#7d5eee #c55eee #5e87ee

Monochromatic Colors of #7d5eee

#7d5eee

Complementary Color

#7d5eee #cfee5e

#7d5eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d5eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d5eee Color CSS Codes

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

#7d5eee Text Font Color

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

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


#7d5eee Background Color

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

This div background color is #7d5eee


#7d5eee Border Color

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

This div border color is #7d5eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d5eee


Comments

No comments written yet.

Please login to write comment.