Color Hex Logo

#fd4194 Color Hex

#FD4194
(253,65,148)
0 Favorites   0 Comments

Color spaces of #fd4194

RGB 25365148
HSL0.930.980.62
HSV334°74°99°
CMYK 0.000.740.42   0.01
XYZ47.743626.801430.6738
Yxy26.80140.45380.2547
Hunter Lab51.770174.01941.1097
CIE-Lab58.790075.0911-2.1606

#fd4194 color RGB value is (253,65,148).

#fd4194 hex color red value is 253, green value is 65 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #fd4194 hue: 0.93 , saturation: 0.98 and the lightness value of fd4194 is 0.62.

The process color (four color CMYK) of #fd4194 color hex is 0.00, 0.74, 0.42, 0.01. Web safe color of #fd4194 is #ff3399. Color #fd4194 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000001 10010100
Octal 375 101 224
Decimal 253 65 148
Hex FD 41 94

RGB Percentages of Color #fd4194

%54.29
%13.95
%31.76

CMYK Percentages of Color #fd4194

%0
%74
%42
%1

Triadic Colors of #fd4194

#fd4194 #94fd41 #4194fd

Analogous Colors of #fd4194

#fd4194 #fd4c41 #fd41f2

Monochromatic Colors of #fd4194

#fd4194

Complementary Color

#fd4194 #41fdaa

#fd4194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4194 Color CSS Codes

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

#fd4194 Text Font Color

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

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


#fd4194 Background Color

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

This div background color is #fd4194


#fd4194 Border Color

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

This div border color is #fd4194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4194


Comments

No comments written yet.

Please login to write comment.