Color Hex Logo

#fd52de Color Hex

#FD52DE
(253,82,222)
0 Favorites   0 Comments

Color spaces of #fd52de

RGB 25382222
HSL0.860.980.66
HSV311°68°99°
CMYK 0.000.680.12   0.01
XYZ56.710132.191272.3318
Yxy32.19120.35170.1997
Hunter Lab56.737379.1242-35.8700
CIE-Lab63.500678.2558-37.4398

#fd52de color RGB value is (253,82,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010010 11011110
Octal 375 122 336
Decimal 253 82 222
Hex FD 52 DE

RGB Percentages of Color #fd52de

%45.42
%14.72
%39.86

CMYK Percentages of Color #fd52de

%0
%68
%12
%1

Triadic Colors of #fd52de

#fd52de #defd52 #52defd

Analogous Colors of #fd52de

#fd52de #fd5289 #c752fd

Monochromatic Colors of #fd52de

#fd52de

Complementary Color

#fd52de #52fd71

#fd52de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd52de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd52de Color CSS Codes

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

#fd52de Text Font Color

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

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


#fd52de Background Color

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

This div background color is #fd52de


#fd52de Border Color

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

This div border color is #fd52de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd52de


Comments

No comments written yet.

Please login to write comment.