Color Hex Logo

#fd36be Color Hex

#FD36BE
(253,54,190)
0 Favorites   0 Comments

Color spaces of #fd36be

RGB 25354190
HSL0.890.980.60
HSV319°79°99°
CMYK 0.000.790.25   0.01
XYZ51.121427.238751.2784
Yxy27.23870.39430.2101
Hunter Lab52.190783.5091-21.7201
CIE-Lab59.194682.5078-25.9584

#fd36be color RGB value is (253,54,190).

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

The process color (four color CMYK) of #fd36be color hex is 0.00, 0.79, 0.25, 0.01. Web safe color of #fd36be is #ff33cc. Color #fd36be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110110 10111110
Octal 375 66 276
Decimal 253 54 190
Hex FD 36 BE

RGB Percentages of Color #fd36be

%50.91
%10.87
%38.23

CMYK Percentages of Color #fd36be

%0
%79
%25
%1

Triadic Colors of #fd36be

#fd36be #befd36 #36befd

Analogous Colors of #fd36be

#fd36be #fd365a #d936fd

Monochromatic Colors of #fd36be

#fd36be

Complementary Color

#fd36be #36fd75

#fd36be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd36be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd36be Color CSS Codes

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

#fd36be Text Font Color

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

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


#fd36be Background Color

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

This div background color is #fd36be


#fd36be Border Color

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

This div border color is #fd36be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd36be

Related Colors


Comments

No comments written yet.

Please login to write comment.