Color Hex Logo

#ff7878 Color Hex

#FF7878
(255,120,120)
10 Favorites   0 Comments

Color spaces of #ff7878

RGB 255120120
HSL0.001.000.74
HSV53°100°
CMYK 0.000.530.53   0.00
XYZ51.346636.049022.0212
Yxy36.04900.46930.3295
Hunter Lab60.040847.580820.2828
CIE-Lab66.557351.368124.9433

#ff7878 color RGB value is (255,120,120).

#ff7878 hex color red value is 255, green value is 120 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ff7878 hue: 0.00 , saturation: 1.00 and the lightness value of ff7878 is 0.74.

The process color (four color CMYK) of #ff7878 color hex is 0.00, 0.53, 0.53, 0.00. Web safe color of #ff7878 is #ff6666. Color #ff7878 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111000 01111000
Octal 377 170 170
Decimal 255 120 120
Hex FF 78 78

RGB Percentages of Color #ff7878

%51.52
%24.24
%24.24

CMYK Percentages of Color #ff7878

%0
%53
%53
%0

Triadic Colors of #ff7878

#ff7878 #78ff78 #7878ff

Analogous Colors of #ff7878

#ff7878 #ffbc78 #ff78bc

Monochromatic Colors of #ff7878

#ff7878

Complementary Color

#ff7878 #78ffff

#ff7878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7878 Color CSS Codes

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

#ff7878 Text Font Color

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

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


#ff7878 Background Color

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

This div background color is #ff7878


#ff7878 Border Color

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

This div border color is #ff7878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7878


Comments

No comments written yet.

Please login to write comment.