Color Hex Logo

#7d80fa Color Hex

#7D80FA
(125,128,250)
0 Favorites   0 Comments

Color spaces of #7d80fa

RGB 125128250
HSL0.660.930.74
HSV239°50°98°
CMYK 0.500.490.00   0.02
XYZ33.431926.700493.8341
Yxy26.70040.21710.1734
Hunter Lab51.672425.0622-71.4965
CIE-Lab58.696030.9827-61.5393

#7d80fa color RGB value is (125,128,250).

#7d80fa hex color red value is 125, green value is 128 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7d80fa hue: 0.66 , saturation: 0.93 and the lightness value of 7d80fa is 0.74.

The process color (four color CMYK) of #7d80fa color hex is 0.50, 0.49, 0.00, 0.02. Web safe color of #7d80fa is #6699ff. Color #7d80fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10000000 11111010
Octal 175 200 372
Decimal 125 128 250
Hex 7D 80 FA

RGB Percentages of Color #7d80fa

%24.85
%25.45
%49.70

CMYK Percentages of Color #7d80fa

%50
%49
%0
%2

Triadic Colors of #7d80fa

#7d80fa #fa7d80 #80fa7d

Analogous Colors of #7d80fa

#7d80fa #b97dfa #7dbffa

Monochromatic Colors of #7d80fa

#7d80fa

Complementary Color

#7d80fa #faf77d

#7d80fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d80fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d80fa Color CSS Codes

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

#7d80fa Text Font Color

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

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


#7d80fa Background Color

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

This div background color is #7d80fa


#7d80fa Border Color

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

This div border color is #7d80fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d80fa


Comments

No comments written yet.

Please login to write comment.