Color Hex Logo

#fd338d Color Hex

#FD338D
(253,51,141)
0 Favorites   0 Comments

Color spaces of #fd338d

RGB 25351141
HSL0.930.980.60
HSV333°80°99°
CMYK 0.000.800.44   0.01
XYZ46.499625.173427.6075
Yxy25.17340.46840.2536
Hunter Lab50.173177.62792.4971
CIE-Lab57.244078.2727-0.3033

#fd338d color RGB value is (253,51,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110011 10001101
Octal 375 63 215
Decimal 253 51 141
Hex FD 33 8D

RGB Percentages of Color #fd338d

%56.85
%11.46
%31.69

CMYK Percentages of Color #fd338d

%0
%80
%44
%1

Triadic Colors of #fd338d

#fd338d #8dfd33 #338dfd

Analogous Colors of #fd338d

#fd338d #fd3e33 #fd33f2

Monochromatic Colors of #fd338d

#fd338d

Complementary Color

#fd338d #33fda3

#fd338d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd338d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd338d Color CSS Codes

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

#fd338d Text Font Color

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

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


#fd338d Background Color

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

This div background color is #fd338d


#fd338d Border Color

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

This div border color is #fd338d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd338d


Comments

No comments written yet.

Please login to write comment.