Color Hex Logo

#787ffe Color Hex

#787FFE
(120,127,254)
0 Favorites   0 Comments

Color spaces of #787ffe

RGB 120127254
HSL0.660.990.73
HSV237°53°100°
CMYK 0.530.500.00   0.00
XYZ33.224526.327697.0965
Yxy26.32760.21210.1681
Hunter Lab51.310425.7890-76.2792
CIE-Lab58.346731.7568-64.3221

#787ffe color RGB value is (120,127,254).

#787ffe hex color red value is 120, green value is 127 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #787ffe hue: 0.66 , saturation: 0.99 and the lightness value of 787ffe is 0.73.

The process color (four color CMYK) of #787ffe color hex is 0.53, 0.50, 0.00, 0.00. Web safe color of #787ffe is #6666ff. Color #787ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111111 11111110
Octal 170 177 376
Decimal 120 127 254
Hex 78 7F FE

RGB Percentages of Color #787ffe

%23.95
%25.35
%50.70

CMYK Percentages of Color #787ffe

%53
%50
%0
%0

Triadic Colors of #787ffe

#787ffe #fe787f #7ffe78

Analogous Colors of #787ffe

#787ffe #b478fe #78c2fe

Monochromatic Colors of #787ffe

#787ffe

Complementary Color

#787ffe #fef778

#787ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#787ffe Color CSS Codes

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

#787ffe Text Font Color

<p style="color:#787ffe">Text here</p>

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


#787ffe Background Color

<div style="background-color:#787ffe">
Div content here</div>

This div background color is #787ffe


#787ffe Border Color

<div style="border:3px solid #787ffe">
Div here</div>

This div border color is #787ffe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,127,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #787ffe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #787ffe;
  -webkit-box-shadow: 1px 1px 3px 2px #787ffe;
  box-shadow:         1px 1px 3px 2px #787ffe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787ffe


Comments

No comments written yet.

Please login to write comment.