color codes Logo

#fd368d color codes

#FD368D
(253,54,141)
0 Favorites   0 Comments

Color spaces of #fd368d

RGB 25354141
HSL0.930.980.60
HSV334°79°99°
CMYK 0.000.790.44   0.01
XYZ46.634925.444127.6526
Yxy25.44410.46760.2551
Hunter Lab50.442176.75352.8065
CIE-Lab57.505677.52680.0789

#fd368d color RGB value is (253,54,141).

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

The process color (four color CMYK) of #fd368d color code is 0.00, 0.79, 0.44, 0.01. Web safe color of #fd368d is #ff3399. Color #fd368d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110110 10001101
Octal 375 66 215
Decimal 253 54 141
Hex FD 36 8D

RGB Percentages of Color #fd368d

%56.47
%12.05
%31.47

CMYK Percentages of Color #fd368d

%0
%79
%44
%1

Triadic Colors of #fd368d

#fd368d #8dfd36 #368dfd

Analogous Colors of #fd368d

#fd368d #fd4236 #fd36f1

Monochromatic Colors of #fd368d

#fd368d

Complementary Color

#fd368d #36fda6

#fd368d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd368d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd368d Color CSS Codes

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

#fd368d Text Font Color

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

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


#fd368d Background Color

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

This div background color is #fd368d


#fd368d Border Color

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

This div border color is #fd368d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,54,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 #fd368d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd368d

Related Colors


Comments

No comments written yet.

Please login to write comment.