Color Hex Logo

#7d8bff Color Hex

#7D8BFF
(125,139,255)
0 Favorites   0 Comments

Color spaces of #7d8bff

RGB 125139255
HSL0.651.000.75
HSV234°51°100°
CMYK 0.510.450.00   0.00
XYZ35.740130.045298.5233
Yxy30.04520.21750.1829
Hunter Lab54.813520.4639-68.2000
CIE-Lab61.693226.0063-59.4907

#7d8bff color RGB value is (125,139,255).

#7d8bff hex color red value is 125, green value is 139 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7d8bff hue: 0.65 , saturation: 1.00 and the lightness value of 7d8bff is 0.75.

The process color (four color CMYK) of #7d8bff color hex is 0.51, 0.45, 0.00, 0.00. Web safe color of #7d8bff is #6699ff. Color #7d8bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10001011 11111111
Octal 175 213 377
Decimal 125 139 255
Hex 7D 8B FF

RGB Percentages of Color #7d8bff

%24.08
%26.78
%49.13

CMYK Percentages of Color #7d8bff

%51
%45
%0
%0

Triadic Colors of #7d8bff

#7d8bff #ff7d8b #8bff7d

Analogous Colors of #7d8bff

#7d8bff #b07dff #7dccff

Monochromatic Colors of #7d8bff

#7d8bff

Complementary Color

#7d8bff #fff17d

#7d8bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d8bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d8bff Color CSS Codes

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

#7d8bff Text Font Color

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

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


#7d8bff Background Color

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

This div background color is #7d8bff


#7d8bff Border Color

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

This div border color is #7d8bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d8bff

#7d8bff Color Palettes


Comments

No comments written yet.

Please login to write comment.