Color Hex Logo

#ff7b7d Color Hex

#FF7B7D
(255,123,125)
0 Favorites   0 Comments

Color spaces of #ff7b7d

RGB 255123125
HSL1.001.000.74
HSV359°52°100°
CMYK 0.000.520.51   0.00
XYZ52.024636.906623.7837
Yxy36.90660.46160.3274
Hunter Lab60.750846.546519.3138
CIE-Lab67.206950.352823.0112

#ff7b7d color RGB value is (255,123,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111011 01111101
Octal 377 173 175
Decimal 255 123 125
Hex FF 7B 7D

RGB Percentages of Color #ff7b7d

%50.70
%24.45
%24.85

CMYK Percentages of Color #ff7b7d

%0
%52
%51
%0

Triadic Colors of #ff7b7d

#ff7b7d #7dff7b #7b7dff

Analogous Colors of #ff7b7d

#ff7b7d #ffbb7b #ff7bbf

Monochromatic Colors of #ff7b7d

#ff7b7d

Complementary Color

#ff7b7d #7bfffd

#ff7b7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7b7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7b7d Color CSS Codes

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

#ff7b7d Text Font Color

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

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


#ff7b7d Background Color

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

This div background color is #ff7b7d


#ff7b7d Border Color

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

This div border color is #ff7b7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7b7d

Related Colors


Comments

No comments written yet.

Please login to write comment.