Color Hex Logo

#ff758b Color Hex

#FF758B
(255,117,139)
0 Favorites   0 Comments

Color spaces of #ff758b

RGB 255117139
HSL0.971.000.73
HSV350°54°100°
CMYK 0.000.540.45   0.00
XYZ52.261535.846728.5907
Yxy35.84670.44780.3072
Hunter Lab59.872151.033913.5978
CIE-Lab66.402654.439414.0023

#ff758b color RGB value is (255,117,139).

#ff758b hex color red value is 255, green value is 117 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ff758b hue: 0.97 , saturation: 1.00 and the lightness value of ff758b is 0.73.

The process color (four color CMYK) of #ff758b color hex is 0.00, 0.54, 0.45, 0.00. Web safe color of #ff758b is #ff6699. Color #ff758b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110101 10001011
Octal 377 165 213
Decimal 255 117 139
Hex FF 75 8B

RGB Percentages of Color #ff758b

%49.90
%22.90
%27.20

CMYK Percentages of Color #ff758b

%0
%54
%45
%0

Triadic Colors of #ff758b

#ff758b #8bff75 #758bff

Analogous Colors of #ff758b

#ff758b #ffa475 #ff75d0

Monochromatic Colors of #ff758b

#ff758b

Complementary Color

#ff758b #75ffe9

#ff758b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff758b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff758b Color CSS Codes

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

#ff758b Text Font Color

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

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


#ff758b Background Color

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

This div background color is #ff758b


#ff758b Border Color

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

This div border color is #ff758b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff758b


Comments

No comments written yet.

Please login to write comment.