Color Hex Logo

#fd12de Color Hex

#FD12DE
(253,18,222)
0 Favorites   0 Comments

Color spaces of #fd12de

RGB 25318222
HSL0.860.980.53
HSV308°93°99°
CMYK 0.000.930.12   0.01
XYZ53.909126.589271.3981
Yxy26.58920.35490.1750
Hunter Lab51.564796.3772-45.9995
CIE-Lab58.592192.3654-45.1485

#fd12de color RGB value is (253,18,222).

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

The process color (four color CMYK) of #fd12de color hex is 0.00, 0.93, 0.12, 0.01. Web safe color of #fd12de is #ff00cc. Color #fd12de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010010 11011110
Octal 375 22 336
Decimal 253 18 222
Hex FD 12 DE

RGB Percentages of Color #fd12de

%51.32
%3.65
%45.03

CMYK Percentages of Color #fd12de

%0
%93
%12
%1

Triadic Colors of #fd12de

#fd12de #defd12 #12defd

Analogous Colors of #fd12de

#fd12de #fd1269 #a712fd

Monochromatic Colors of #fd12de

#fd12de

Complementary Color

#fd12de #12fd31

#fd12de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd12de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd12de Color CSS Codes

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

#fd12de Text Font Color

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

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


#fd12de Background Color

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

This div background color is #fd12de


#fd12de Border Color

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

This div border color is #fd12de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd12de

Related Colors


Comments

No comments written yet.

Please login to write comment.