Color Hex Logo

#fd3291 Color Hex

#FD3291
(253,50,145)
0 Favorites   0 Comments

Color spaces of #fd3291

RGB 25350145
HSL0.920.980.59
HSV332°80°99°
CMYK 0.000.800.43   0.01
XYZ46.759425.208229.1892
Yxy25.20820.46220.2492
Hunter Lab50.207878.37670.6761
CIE-Lab57.277778.8596-2.6178

#fd3291 color RGB value is (253,50,145).

#fd3291 hex color red value is 253, green value is 50 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fd3291 hue: 0.92 , saturation: 0.98 and the lightness value of fd3291 is 0.59.

The process color (four color CMYK) of #fd3291 color hex is 0.00, 0.80, 0.43, 0.01. Web safe color of #fd3291 is #ff3399. Color #fd3291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110010 10010001
Octal 375 62 221
Decimal 253 50 145
Hex FD 32 91

RGB Percentages of Color #fd3291

%56.47
%11.16
%32.37

CMYK Percentages of Color #fd3291

%0
%80
%43
%1

Triadic Colors of #fd3291

#fd3291 #91fd32 #3291fd

Analogous Colors of #fd3291

#fd3291 #fd3932 #fd32f7

Monochromatic Colors of #fd3291

#fd3291

Complementary Color

#fd3291 #32fd9e

#fd3291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3291 Color CSS Codes

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

#fd3291 Text Font Color

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

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


#fd3291 Background Color

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

This div background color is #fd3291


#fd3291 Border Color

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

This div border color is #fd3291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3291


Comments

No comments written yet.

Please login to write comment.