Color Hex Logo

#7f8ffb Color Hex

#7F8FFB
(127,143,251)
0 Favorites   0 Comments

Color spaces of #7f8ffb

RGB 127143251
HSL0.650.940.74
HSV232°49°98°
CMYK 0.490.430.00   0.02
XYZ35.987431.122095.3772
Yxy31.12200.22150.1915
Hunter Lab55.787117.5202-62.3150
CIE-Lab62.610522.8829-55.8278

#7f8ffb color RGB value is (127,143,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10001111 11111011
Octal 177 217 373
Decimal 127 143 251
Hex 7F 8F FB

RGB Percentages of Color #7f8ffb

%24.38
%27.45
%48.18

CMYK Percentages of Color #7f8ffb

%49
%43
%0
%2

Triadic Colors of #7f8ffb

#7f8ffb #fb7f8f #8ffb7f

Analogous Colors of #7f8ffb

#7f8ffb #ad7ffb #7fcdfb

Monochromatic Colors of #7f8ffb

#7f8ffb

Complementary Color

#7f8ffb #fbeb7f

#7f8ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f8ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f8ffb Color CSS Codes

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

#7f8ffb Text Font Color

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

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


#7f8ffb Background Color

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

This div background color is #7f8ffb


#7f8ffb Border Color

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

This div border color is #7f8ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,143,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 #7f8ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f8ffb


Comments

No comments written yet.

Please login to write comment.