Color Hex Logo

#7d9dfb Color Hex

#7D9DFB
(125,157,251)
0 Favorites   0 Comments

Color spaces of #7d9dfb

RGB 125157251
HSL0.620.940.74
HSV225°50°98°
CMYK 0.500.370.00   0.02
XYZ37.927035.439096.1082
Yxy35.43900.22380.2091
Hunter Lab59.53079.5437-54.0482
CIE-Lab66.089014.2744-50.3179

#7d9dfb color RGB value is (125,157,251).

#7d9dfb hex color red value is 125, green value is 157 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7d9dfb hue: 0.62 , saturation: 0.94 and the lightness value of 7d9dfb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10011101 11111011
Octal 175 235 373
Decimal 125 157 251
Hex 7D 9D FB

RGB Percentages of Color #7d9dfb

%23.45
%29.46
%47.09

CMYK Percentages of Color #7d9dfb

%50
%37
%0
%2

Triadic Colors of #7d9dfb

#7d9dfb #fb7d9d #9dfb7d

Analogous Colors of #7d9dfb

#7d9dfb #9c7dfb #7ddcfb

Monochromatic Colors of #7d9dfb

#7d9dfb

Complementary Color

#7d9dfb #fbdb7d

#7d9dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d9dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d9dfb Color CSS Codes

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

#7d9dfb Text Font Color

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

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


#7d9dfb Background Color

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

This div background color is #7d9dfb


#7d9dfb Border Color

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

This div border color is #7d9dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d9dfb


Comments

No comments written yet.

Please login to write comment.