Color Hex Logo

#7d86ea Color Hex

#7D86EA
(125,134,234)
0 Favorites   0 Comments

Color spaces of #7d86ea

RGB 125134234
HSL0.650.720.70
HSV235°47°92°
CMYK 0.470.430.00   0.08
XYZ31.833827.350781.4433
Yxy27.35070.22640.1945
Hunter Lab52.297917.1319-55.7235
CIE-Lab59.297522.6739-51.7262

#7d86ea color RGB value is (125,134,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10000110 11101010
Octal 175 206 352
Decimal 125 134 234
Hex 7D 86 EA

RGB Percentages of Color #7d86ea

%25.35
%27.18
%47.46

CMYK Percentages of Color #7d86ea

%47
%43
%0
%8

Triadic Colors of #7d86ea

#7d86ea #ea7d86 #86ea7d

Analogous Colors of #7d86ea

#7d86ea #ab7dea #7dbdea

Monochromatic Colors of #7d86ea

#7d86ea

Complementary Color

#7d86ea #eae17d

#7d86ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d86ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d86ea Color CSS Codes

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

#7d86ea Text Font Color

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

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


#7d86ea Background Color

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

This div background color is #7d86ea


#7d86ea Border Color

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

This div border color is #7d86ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d86ea


Comments

No comments written yet.

Please login to write comment.