Color Hex Logo

#fd3e9e Color Hex

#FD3E9E
(253,62,158)
0 Favorites   0 Comments

Color spaces of #fd3e9e

RGB 25362158
HSL0.920.980.62
HSV330°75°99°
CMYK 0.000.750.38   0.01
XYZ48.402226.796534.9689
Yxy26.79650.43940.2432
Hunter Lab51.765376.3137-3.8163
CIE-Lab58.785576.9300-8.0227

#fd3e9e color RGB value is (253,62,158).

#fd3e9e hex color red value is 253, green value is 62 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fd3e9e hue: 0.92 , saturation: 0.98 and the lightness value of fd3e9e is 0.62.

The process color (four color CMYK) of #fd3e9e color hex is 0.00, 0.75, 0.38, 0.01. Web safe color of #fd3e9e is #ff3399. Color #fd3e9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111110 10011110
Octal 375 76 236
Decimal 253 62 158
Hex FD 3E 9E

RGB Percentages of Color #fd3e9e

%53.49
%13.11
%33.40

CMYK Percentages of Color #fd3e9e

%0
%75
%38
%1

Triadic Colors of #fd3e9e

#fd3e9e #9efd3e #3e9efd

Analogous Colors of #fd3e9e

#fd3e9e #fd3e3e #fd3efd

Monochromatic Colors of #fd3e9e

#fd3e9e

Complementary Color

#fd3e9e #3efd9d

#fd3e9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3e9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3e9e Color CSS Codes

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

#fd3e9e Text Font Color

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

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


#fd3e9e Background Color

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

This div background color is #fd3e9e


#fd3e9e Border Color

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

This div border color is #fd3e9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3e9e


Comments

No comments written yet.

Please login to write comment.