Color Hex Logo

#fd228e Color Hex

#FD228E
(253,34,142)
0 Favorites   0 Comments

Color spaces of #fd228e

RGB 25334142
HSL0.920.980.56
HSV330°87°99°
CMYK 0.000.870.44   0.01
XYZ45.962523.979727.7972
Yxy23.97970.47030.2453
Hunter Lab48.969181.84470.6225
CIE-Lab56.067581.8211-2.6210

#fd228e color RGB value is (253,34,142).

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

The process color (four color CMYK) of #fd228e color hex is 0.00, 0.87, 0.44, 0.01. Web safe color of #fd228e is #ff3399. Color #fd228e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100010 10001110
Octal 375 42 216
Decimal 253 34 142
Hex FD 22 8E

RGB Percentages of Color #fd228e

%58.97
%7.93
%33.10

CMYK Percentages of Color #fd228e

%0
%87
%44
%1

Triadic Colors of #fd228e

#fd228e #8efd22 #228efd

Analogous Colors of #fd228e

#fd228e #fd2322 #fd22fc

Monochromatic Colors of #fd228e

#fd228e

Complementary Color

#fd228e #22fd91

#fd228e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd228e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd228e Color CSS Codes

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

#fd228e Text Font Color

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

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


#fd228e Background Color

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

This div background color is #fd228e


#fd228e Border Color

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

This div border color is #fd228e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd228e

Related Colors


Comments

No comments written yet.

Please login to write comment.