Color Hex Logo

#fd43ed Color Hex

#FD43ED
(253,67,237)
0 Favorites   0 Comments

Color spaces of #fd43ed

RGB 25367237
HSL0.850.980.63
HSV305°74°99°
CMYK 0.000.740.06   0.01
XYZ57.801231.011483.0601
Yxy31.01140.33630.1804
Hunter Lab55.687987.8202-49.4513
CIE-Lab62.517385.1768-47.3684

#fd43ed color RGB value is (253,67,237).

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

The process color (four color CMYK) of #fd43ed color hex is 0.00, 0.74, 0.06, 0.01. Web safe color of #fd43ed is #ff33ff. Color #fd43ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000011 11101101
Octal 375 103 355
Decimal 253 67 237
Hex FD 43 ED

RGB Percentages of Color #fd43ed

%45.42
%12.03
%42.55

CMYK Percentages of Color #fd43ed

%0
%74
%6
%1

Triadic Colors of #fd43ed

#fd43ed #edfd43 #43edfd

Analogous Colors of #fd43ed

#fd43ed #fd4390 #b043fd

Monochromatic Colors of #fd43ed

#fd43ed

Complementary Color

#fd43ed #43fd53

#fd43ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd43ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd43ed Color CSS Codes

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

#fd43ed Text Font Color

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

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


#fd43ed Background Color

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

This div background color is #fd43ed


#fd43ed Border Color

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

This div border color is #fd43ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd43ed

Related Colors


Comments

No comments written yet.

Please login to write comment.