Color Hex Logo

#7c86df Color Hex

#7C86DF
(124,134,223)
0 Favorites   0 Comments

Color spaces of #7c86df

RGB 124134223
HSL0.650.610.68
HSV234°44°87°
CMYK 0.440.400.00   0.13
XYZ30.156626.663073.3691
Yxy26.66300.23160.2048
Hunter Lab51.636213.8842-48.0989
CIE-Lab58.661119.2087-46.6140

#7c86df color RGB value is (124,134,223).

#7c86df hex color red value is 124, green value is 134 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7c86df hue: 0.65 , saturation: 0.61 and the lightness value of 7c86df is 0.68.

The process color (four color CMYK) of #7c86df color hex is 0.44, 0.40, 0.00, 0.13. Web safe color of #7c86df is #6699cc. Color #7c86df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10000110 11011111
Octal 174 206 337
Decimal 124 134 223
Hex 7C 86 DF

RGB Percentages of Color #7c86df

%25.78
%27.86
%46.36

CMYK Percentages of Color #7c86df

%44
%40
%0
%13

Triadic Colors of #7c86df

#7c86df #df7c86 #86df7c

Analogous Colors of #7c86df

#7c86df #a47cdf #7cb8df

Monochromatic Colors of #7c86df

#7c86df

Complementary Color

#7c86df #dfd57c

#7c86df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c86df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c86df Color CSS Codes

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

#7c86df Text Font Color

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

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


#7c86df Background Color

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

This div background color is #7c86df


#7c86df Border Color

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

This div border color is #7c86df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c86df


Comments

No comments written yet.

Please login to write comment.