Color Hex Logo

#fd52be Color Hex

#FD52BE
(253,82,190)
0 Favorites   0 Comments

Color spaces of #fd52be

RGB 25382190
HSL0.890.980.66
HSV322°68°99°
CMYK 0.000.680.25   0.01
XYZ52.819630.634951.8444
Yxy30.63490.39040.2264
Hunter Lab55.348873.4829-16.7919
CIE-Lab62.198274.0149-21.3502

#fd52be color RGB value is (253,82,190).

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

The process color (four color CMYK) of #fd52be color hex is 0.00, 0.68, 0.25, 0.01. Web safe color of #fd52be is #ff66cc. Color #fd52be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010010 10111110
Octal 375 122 276
Decimal 253 82 190
Hex FD 52 BE

RGB Percentages of Color #fd52be

%48.19
%15.62
%36.19

CMYK Percentages of Color #fd52be

%0
%68
%25
%1

Triadic Colors of #fd52be

#fd52be #befd52 #52befd

Analogous Colors of #fd52be

#fd52be #fd5269 #e752fd

Monochromatic Colors of #fd52be

#fd52be

Complementary Color

#fd52be #52fd91

#fd52be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd52be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd52be Color CSS Codes

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

#fd52be Text Font Color

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

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


#fd52be Background Color

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

This div background color is #fd52be


#fd52be Border Color

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

This div border color is #fd52be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd52be

Related Colors


Comments

No comments written yet.

Please login to write comment.