Color Hex Logo

#fd189e Color Hex

#FD189E
(253,24,158)
0 Favorites   0 Comments

Color spaces of #fd189e

RGB 25324158
HSL0.900.980.54
HSV325°91°99°
CMYK 0.000.910.38   0.01
XYZ47.006224.004534.5036
Yxy24.00450.44550.2275
Hunter Lab48.994485.5163-7.4581
CIE-Lab56.092384.6624-12.0560

#fd189e color RGB value is (253,24,158).

#fd189e hex color red value is 253, green value is 24 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fd189e hue: 0.90 , saturation: 0.98 and the lightness value of fd189e is 0.54.

The process color (four color CMYK) of #fd189e color hex is 0.00, 0.91, 0.38, 0.01. Web safe color of #fd189e is #ff0099. Color #fd189e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011000 10011110
Octal 375 30 236
Decimal 253 24 158
Hex FD 18 9E

RGB Percentages of Color #fd189e

%58.16
%5.52
%36.32

CMYK Percentages of Color #fd189e

%0
%91
%38
%1

Triadic Colors of #fd189e

#fd189e #9efd18 #189efd

Analogous Colors of #fd189e

#fd189e #fd182c #ea18fd

Monochromatic Colors of #fd189e

#fd189e

Complementary Color

#fd189e #18fd77

#fd189e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd189e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd189e Color CSS Codes

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

#fd189e Text Font Color

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

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


#fd189e Background Color

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

This div background color is #fd189e


#fd189e Border Color

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

This div border color is #fd189e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd189e

Related Colors


Comments

No comments written yet.

Please login to write comment.