Color Hex Logo

#fd8abe Color Hex

#FD8ABE
(253,138,190)
0 Favorites   0 Comments

Color spaces of #fd8abe

RGB 253138190
HSL0.920.970.77
HSV333°45°99°
CMYK 0.000.450.25   0.01
XYZ58.890842.777353.8682
Yxy42.77730.37860.2750
Hunter Lab65.404446.2657-3.0493
CIE-Lab71.403649.5190-7.4851

#fd8abe color RGB value is (253,138,190).

#fd8abe hex color red value is 253, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fd8abe hue: 0.92 , saturation: 0.97 and the lightness value of fd8abe is 0.77.

The process color (four color CMYK) of #fd8abe color hex is 0.00, 0.45, 0.25, 0.01. Web safe color of #fd8abe is #ff99cc. Color #fd8abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001010 10111110
Octal 375 212 276
Decimal 253 138 190
Hex FD 8A BE

RGB Percentages of Color #fd8abe

%43.55
%23.75
%32.70

CMYK Percentages of Color #fd8abe

%0
%45
%25
%1

Triadic Colors of #fd8abe

#fd8abe #befd8a #8abefd

Analogous Colors of #fd8abe

#fd8abe #fd908a #fd8af8

Monochromatic Colors of #fd8abe

#fd8abe

Complementary Color

#fd8abe #8afdc9

#fd8abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8abe Color CSS Codes

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

#fd8abe Text Font Color

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

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


#fd8abe Background Color

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

This div background color is #fd8abe


#fd8abe Border Color

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

This div border color is #fd8abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,138,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd8abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd8abe;
  -webkit-box-shadow: 1px 1px 3px 2px #fd8abe;
  box-shadow:         1px 1px 3px 2px #fd8abe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8abe

Related Colors


Comments

No comments written yet.

Please login to write comment.