Color Hex Logo

#fd237e Color Hex

#FD237E
(253,35,126)
0 Favorites   0 Comments

Color spaces of #fd237e

RGB 25335126
HSL0.930.980.56
HSV335°86°99°
CMYK 0.000.860.50   0.01
XYZ44.874923.591121.9270
Yxy23.59110.49640.2610
Hunter Lab48.570779.91927.2333
CIE-Lab55.676080.38796.3500

#fd237e color RGB value is (253,35,126).

#fd237e hex color red value is 253, green value is 35 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fd237e hue: 0.93 , saturation: 0.98 and the lightness value of fd237e is 0.56.

The process color (four color CMYK) of #fd237e color hex is 0.00, 0.86, 0.50, 0.01. Web safe color of #fd237e is #ff3366. Color #fd237e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100011 01111110
Octal 375 43 176
Decimal 253 35 126
Hex FD 23 7E

RGB Percentages of Color #fd237e

%61.11
%8.45
%30.43

CMYK Percentages of Color #fd237e

%0
%86
%50
%1

Triadic Colors of #fd237e

#fd237e #7efd23 #237efd

Analogous Colors of #fd237e

#fd237e #fd3523 #fd23eb

Monochromatic Colors of #fd237e

#fd237e

Complementary Color

#fd237e #23fda2

#fd237e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd237e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd237e Color CSS Codes

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

#fd237e Text Font Color

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

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


#fd237e Background Color

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

This div background color is #fd237e


#fd237e Border Color

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

This div border color is #fd237e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd237e


Comments

No comments written yet.

Please login to write comment.