Color Hex Logo

#7d75ed Color Hex

#7D75ED
(125,117,237)
0 Favorites   0 Comments

Color spaces of #7d75ed

RGB 125117237
HSL0.680.770.69
HSV244°51°93°
CMYK 0.470.510.00   0.07
XYZ30.104823.197083.0115
Yxy23.19700.22090.1702
Hunter Lab48.163327.2870-68.4746
CIE-Lab55.274733.6100-59.8200

#7d75ed color RGB value is (125,117,237).

#7d75ed hex color red value is 125, green value is 117 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7d75ed hue: 0.68 , saturation: 0.77 and the lightness value of 7d75ed is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01110101 11101101
Octal 175 165 355
Decimal 125 117 237
Hex 7D 75 ED

RGB Percentages of Color #7d75ed

%26.10
%24.43
%49.48

CMYK Percentages of Color #7d75ed

%47
%51
%0
%7

Triadic Colors of #7d75ed

#7d75ed #ed7d75 #75ed7d

Analogous Colors of #7d75ed

#7d75ed #b975ed #75a9ed

Monochromatic Colors of #7d75ed

#7d75ed

Complementary Color

#7d75ed #e5ed75

#7d75ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d75ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d75ed Color CSS Codes

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

#7d75ed Text Font Color

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

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


#7d75ed Background Color

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

This div background color is #7d75ed


#7d75ed Border Color

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

This div border color is #7d75ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d75ed


Comments

No comments written yet.

Please login to write comment.