Color Hex Logo

#ff91af Color Hex Baker-Miller Pink

#FF91AF
(255,145,175)
23 Favorites   1 Comments

Color spaces of #ff91af Baker-Miller Pink

RGB 255145175
HSL0.951.000.78
HSV344°43°100°
CMYK 0.000.430.31   0.00
XYZ59.103344.605946.0522
Yxy44.60590.39460.2978
Hunter Lab66.787641.08405.8690
CIE-Lab72.631644.73762.6857

#ff91af color RGB value is (255,145,175). #ff91af color name is Baker-Miller Pink color.

#ff91af hex color red value is 255, green value is 145 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ff91af hue: 0.95 , saturation: 1.00 and the lightness value of ff91af is 0.78.

The process color (four color CMYK) of #ff91af color hex is 0.00, 0.43, 0.31, 0.00. Web safe color of #ff91af is #ff9999. Color #ff91af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010001 10101111
Octal 377 221 257
Decimal 255 145 175
Hex FF 91 AF

RGB Percentages of Color #ff91af

%44.35
%25.22
%30.43

CMYK Percentages of Color #ff91af

%0
%43
%31
%0

Triadic Colors of #ff91af

#ff91af #afff91 #91afff

Analogous Colors of #ff91af

#ff91af #ffaa91 #ff91e6

Monochromatic Colors of #ff91af

#ff91af

Complementary Color

#ff91af #91ffe1

#ff91af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff91af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff91af Color CSS Codes

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

#ff91af Text Font Color

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

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


#ff91af Background Color

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

This div background color is #ff91af


#ff91af Border Color

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

This div border color is #ff91af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff91af


Comments

8 May 2023, 15:47 starkit

color with a lot of history, I like it

Please login to write comment.