Color Hex Logo

#7d86be Color Hex

#7D86BE
(125,134,190)
0 Favorites   0 Comments

Color spaces of #7d86be

RGB 125134190
HSL0.640.330.62
HSV232°34°75°
CMYK 0.340.290.00   0.25
XYZ26.276825.127952.1804
Yxy25.12790.25370.2426
Hunter Lab50.12775.8456-26.6284
CIE-Lab57.199810.2062-30.3047

#7d86be color RGB value is (125,134,190).

#7d86be hex color red value is 125, green value is 134 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7d86be hue: 0.64 , saturation: 0.33 and the lightness value of 7d86be is 0.62.

The process color (four color CMYK) of #7d86be color hex is 0.34, 0.29, 0.00, 0.25. Web safe color of #7d86be is #6699cc. Color #7d86be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10000110 10111110
Octal 175 206 276
Decimal 125 134 190
Hex 7D 86 BE

RGB Percentages of Color #7d86be

%27.84
%29.84
%42.32

CMYK Percentages of Color #7d86be

%34
%29
%0
%25

Triadic Colors of #7d86be

#7d86be #be7d86 #86be7d

Analogous Colors of #7d86be

#7d86be #957dbe #7da7be

Monochromatic Colors of #7d86be

#7d86be

Complementary Color

#7d86be #beb57d

#7d86be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d86be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d86be Color CSS Codes

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

#7d86be Text Font Color

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

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


#7d86be Background Color

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

This div background color is #7d86be


#7d86be Border Color

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

This div border color is #7d86be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d86be


Comments

No comments written yet.

Please login to write comment.