Color Hex Logo

#7d86ed Color Hex

#7D86ED
(125,134,237)
0 Favorites   0 Comments

Color spaces of #7d86ed

RGB 125134237
HSL0.650.760.71
HSV235°47°93°
CMYK 0.470.430.00   0.07
XYZ32.268627.524683.7328
Yxy27.52460.22480.1918
Hunter Lab52.463917.9769-57.9026
CIE-Lab59.456823.5612-53.1371

#7d86ed color RGB value is (125,134,237).

#7d86ed hex color red value is 125, green value is 134 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7d86ed hue: 0.65 , saturation: 0.76 and the lightness value of 7d86ed is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10000110 11101101
Octal 175 206 355
Decimal 125 134 237
Hex 7D 86 ED

RGB Percentages of Color #7d86ed

%25.20
%27.02
%47.78

CMYK Percentages of Color #7d86ed

%47
%43
%0
%7

Triadic Colors of #7d86ed

#7d86ed #ed7d86 #86ed7d

Analogous Colors of #7d86ed

#7d86ed #ac7ded #7dbeed

Monochromatic Colors of #7d86ed

#7d86ed

Complementary Color

#7d86ed #ede47d

#7d86ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d86ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d86ed Color CSS Codes

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

#7d86ed Text Font Color

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

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


#7d86ed Background Color

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

This div background color is #7d86ed


#7d86ed Border Color

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

This div border color is #7d86ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d86ed


Comments

No comments written yet.

Please login to write comment.