Color Hex Logo

#7d7feb Color Hex

#7D7FEB
(125,127,235)
0 Favorites   0 Comments

Color spaces of #7d7feb

RGB 125127235
HSL0.660.730.71
HSV239°47°92°
CMYK 0.470.460.00   0.08
XYZ31.042225.536981.8903
Yxy25.53690.22420.1844
Hunter Lab50.534021.2149-60.7055
CIE-Lab57.594827.1107-54.9934

#7d7feb color RGB value is (125,127,235).

#7d7feb hex color red value is 125, green value is 127 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7d7feb hue: 0.66 , saturation: 0.73 and the lightness value of 7d7feb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01111111 11101011
Octal 175 177 353
Decimal 125 127 235
Hex 7D 7F EB

RGB Percentages of Color #7d7feb

%25.67
%26.08
%48.25

CMYK Percentages of Color #7d7feb

%47
%46
%0
%8

Triadic Colors of #7d7feb

#7d7feb #eb7d7f #7feb7d

Analogous Colors of #7d7feb

#7d7feb #b27deb #7db6eb

Monochromatic Colors of #7d7feb

#7d7feb

Complementary Color

#7d7feb #ebe97d

#7d7feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d7feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d7feb Color CSS Codes

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

#7d7feb Text Font Color

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

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


#7d7feb Background Color

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

This div background color is #7d7feb


#7d7feb Border Color

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

This div border color is #7d7feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d7feb


Comments

No comments written yet.

Please login to write comment.