Color Hex Logo

#fd234c Color Hex

#FD234C
(253,35,76)
0 Favorites   0 Comments

Color spaces of #fd234c

RGB 2533576
HSL0.970.980.56
HSV349°86°99°
CMYK 0.000.860.70   0.01
XYZ42.413622.60658.9655
Yxy22.60650.57330.3056
Hunter Lab47.546376.024622.1025
CIE-Lab54.664777.494934.8259

#fd234c color RGB value is (253,35,76).

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

The process color (four color CMYK) of #fd234c color hex is 0.00, 0.86, 0.70, 0.01. Web safe color of #fd234c is #ff3333. Color #fd234c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100011 01001100
Octal 375 43 114
Decimal 253 35 76
Hex FD 23 4C

RGB Percentages of Color #fd234c

%69.51
%9.62
%20.88

CMYK Percentages of Color #fd234c

%0
%86
%70
%1

Triadic Colors of #fd234c

#fd234c #4cfd23 #234cfd

Analogous Colors of #fd234c

#fd234c #fd6723 #fd23b9

Monochromatic Colors of #fd234c

#fd234c

Complementary Color

#fd234c #23fdd4

#fd234c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd234c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd234c Color CSS Codes

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

#fd234c Text Font Color

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

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


#fd234c Background Color

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

This div background color is #fd234c


#fd234c Border Color

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

This div border color is #fd234c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd234c

Related Colors


Comments

No comments written yet.

Please login to write comment.