Color Hex Logo

#7d7fbc Color Hex

#7D7FBC
(125,127,188)
0 Favorites   0 Comments

Color spaces of #7d7fbc

RGB 125127188
HSL0.660.320.61
HSV238°34°74°
CMYK 0.340.320.00   0.26
XYZ25.123923.169650.7250
Yxy23.16960.25370.2340
Hunter Lab48.13488.9319-28.7861
CIE-Lab55.246613.7901-32.2035

#7d7fbc color RGB value is (125,127,188).

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

The process color (four color CMYK) of #7d7fbc color hex is 0.34, 0.32, 0.00, 0.26. Web safe color of #7d7fbc is #6666cc. Color #7d7fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01111111 10111100
Octal 175 177 274
Decimal 125 127 188
Hex 7D 7F BC

RGB Percentages of Color #7d7fbc

%28.41
%28.86
%42.73

CMYK Percentages of Color #7d7fbc

%34
%32
%0
%26

Triadic Colors of #7d7fbc

#7d7fbc #bc7d7f #7fbc7d

Analogous Colors of #7d7fbc

#7d7fbc #9b7dbc #7d9fbc

Monochromatic Colors of #7d7fbc

#7d7fbc

Complementary Color

#7d7fbc #bcba7d

#7d7fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d7fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d7fbc Color CSS Codes

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

#7d7fbc Text Font Color

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

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


#7d7fbc Background Color

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

This div background color is #7d7fbc


#7d7fbc Border Color

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

This div border color is #7d7fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d7fbc


Comments

No comments written yet.

Please login to write comment.