Color Hex Logo

#7c8ffb Color Hex

#7C8FFB
(124,143,251)
0 Favorites   0 Comments

Color spaces of #7c8ffb

RGB 124143251
HSL0.640.940.74
HSV231°51°98°
CMYK 0.510.430.00   0.02
XYZ35.547230.895095.3566
Yxy30.89500.21970.1909
Hunter Lab55.583316.8855-62.8074
CIE-Lab62.418922.2278-56.1443

#7c8ffb color RGB value is (124,143,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10001111 11111011
Octal 174 217 373
Decimal 124 143 251
Hex 7C 8F FB

RGB Percentages of Color #7c8ffb

%23.94
%27.61
%48.46

CMYK Percentages of Color #7c8ffb

%51
%43
%0
%2

Triadic Colors of #7c8ffb

#7c8ffb #fb7c8f #8ffb7c

Analogous Colors of #7c8ffb

#7c8ffb #a97cfb #7ccffb

Monochromatic Colors of #7c8ffb

#7c8ffb

Complementary Color

#7c8ffb #fbe87c

#7c8ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c8ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c8ffb Color CSS Codes

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

#7c8ffb Text Font Color

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

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


#7c8ffb Background Color

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

This div background color is #7c8ffb


#7c8ffb Border Color

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

This div border color is #7c8ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c8ffb


Comments

No comments written yet.

Please login to write comment.