Color Hex Logo

#fd368c Color Hex

#FD368C
(253,54,140)
0 Favorites   0 Comments

Color spaces of #fd368c

RGB 25354140
HSL0.930.980.60
HSV334°79°99°
CMYK 0.000.790.45   0.01
XYZ46.560825.414427.2624
Yxy25.41440.46920.2561
Hunter Lab50.412776.63913.2258
CIE-Lab57.477077.44110.6281

#fd368c color RGB value is (253,54,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110110 10001100
Octal 375 66 214
Decimal 253 54 140
Hex FD 36 8C

RGB Percentages of Color #fd368c

%56.60
%12.08
%31.32

CMYK Percentages of Color #fd368c

%0
%79
%45
%1

Triadic Colors of #fd368c

#fd368c #8cfd36 #368cfd

Analogous Colors of #fd368c

#fd368c #fd4336 #fd36f0

Monochromatic Colors of #fd368c

#fd368c

Complementary Color

#fd368c #36fda7

#fd368c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd368c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd368c Color CSS Codes

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

#fd368c Text Font Color

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

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


#fd368c Background Color

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

This div background color is #fd368c


#fd368c Border Color

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

This div border color is #fd368c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd368c

Related Colors


Comments

No comments written yet.

Please login to write comment.