Color Hex Logo

#fd24be Color Hex

#FD24BE
(253,36,190)
0 Favorites   0 Comments

Color spaces of #fd24be

RGB 25336190
HSL0.880.980.57
HSV317°86°99°
CMYK 0.000.860.25   0.01
XYZ50.433225.862151.0490
Yxy25.86210.39600.2031
Hunter Lab50.854888.0243-23.9181
CIE-Lab57.905986.2296-27.9479

#fd24be color RGB value is (253,36,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100100 10111110
Octal 375 44 276
Decimal 253 36 190
Hex FD 24 BE

RGB Percentages of Color #fd24be

%52.82
%7.52
%39.67

CMYK Percentages of Color #fd24be

%0
%86
%25
%1

Triadic Colors of #fd24be

#fd24be #befd24 #24befd

Analogous Colors of #fd24be

#fd24be #fd2451 #d024fd

Monochromatic Colors of #fd24be

#fd24be

Complementary Color

#fd24be #24fd63

#fd24be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd24be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd24be Color CSS Codes

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

#fd24be Text Font Color

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

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


#fd24be Background Color

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

This div background color is #fd24be


#fd24be Border Color

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

This div border color is #fd24be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd24be


Comments

No comments written yet.

Please login to write comment.