Color Hex Logo

#fd12ed Color Hex

#FD12ED
(253,18,237)
0 Favorites   0 Comments

Color spaces of #fd12ed

RGB 25318237
HSL0.840.980.53
HSV304°93°99°
CMYK 0.000.930.06   0.01
XYZ56.010427.429782.4631
Yxy27.42970.33760.1653
Hunter Lab52.373499.2424-56.6921
CIE-Lab59.370094.3219-52.3559

#fd12ed color RGB value is (253,18,237).

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

The process color (four color CMYK) of #fd12ed color hex is 0.00, 0.93, 0.06, 0.01. Web safe color of #fd12ed is #ff00ff. Color #fd12ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010010 11101101
Octal 375 22 355
Decimal 253 18 237
Hex FD 12 ED

RGB Percentages of Color #fd12ed

%49.80
%3.54
%46.65

CMYK Percentages of Color #fd12ed

%0
%93
%6
%1

Triadic Colors of #fd12ed

#fd12ed #edfd12 #12edfd

Analogous Colors of #fd12ed

#fd12ed #fd1278 #9812fd

Monochromatic Colors of #fd12ed

#fd12ed

Complementary Color

#fd12ed #12fd22

#fd12ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd12ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd12ed Color CSS Codes

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

#fd12ed Text Font Color

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

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


#fd12ed Background Color

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

This div background color is #fd12ed


#fd12ed Border Color

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

This div border color is #fd12ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd12ed

Related Colors


Comments

No comments written yet.

Please login to write comment.