Color Hex Logo

#fd338c Color Hex

#FD338C
(253,51,140)
0 Favorites   0 Comments

Color spaces of #fd338c

RGB 25351140
HSL0.930.980.60
HSV334°80°99°
CMYK 0.000.800.45   0.01
XYZ46.425525.143727.2173
Yxy25.14370.47000.2545
Hunter Lab50.143577.51362.9185
CIE-Lab57.215278.18750.2463

#fd338c color RGB value is (253,51,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110011 10001100
Octal 375 63 214
Decimal 253 51 140
Hex FD 33 8C

RGB Percentages of Color #fd338c

%56.98
%11.49
%31.53

CMYK Percentages of Color #fd338c

%0
%80
%45
%1

Triadic Colors of #fd338c

#fd338c #8cfd33 #338cfd

Analogous Colors of #fd338c

#fd338c #fd3f33 #fd33f1

Monochromatic Colors of #fd338c

#fd338c

Complementary Color

#fd338c #33fda4

#fd338c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd338c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd338c Color CSS Codes

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

#fd338c Text Font Color

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

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


#fd338c Background Color

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

This div background color is #fd338c


#fd338c Border Color

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

This div border color is #fd338c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd338c


Comments

No comments written yet.

Please login to write comment.