Color Hex Logo

#fd235e Color Hex

#FD235E
(253,35,94)
0 Favorites   0 Comments

Color spaces of #fd235e

RGB 2533594
HSL0.950.980.56
HSV344°86°99°
CMYK 0.000.860.63   0.01
XYZ43.129422.892912.7353
Yxy22.89290.54760.2907
Hunter Lab47.846577.170517.7114
CIE-Lab54.961878.351524.5388

#fd235e color RGB value is (253,35,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100011 01011110
Octal 375 43 136
Decimal 253 35 94
Hex FD 23 5E

RGB Percentages of Color #fd235e

%66.23
%9.16
%24.61

CMYK Percentages of Color #fd235e

%0
%86
%63
%1

Triadic Colors of #fd235e

#fd235e #5efd23 #235efd

Analogous Colors of #fd235e

#fd235e #fd5523 #fd23cb

Monochromatic Colors of #fd235e

#fd235e

Complementary Color

#fd235e #23fdc2

#fd235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd235e Color CSS Codes

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

#fd235e Text Font Color

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

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


#fd235e Background Color

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

This div background color is #fd235e


#fd235e Border Color

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

This div border color is #fd235e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd235e


Comments

No comments written yet.

Please login to write comment.