Color Hex Logo

#fd2cea Color Hex

#FD2CEA
(253,44,234)
0 Favorites   0 Comments

Color spaces of #fd2cea

RGB 25344234
HSL0.850.980.58
HSV305°83°99°
CMYK 0.000.830.08   0.01
XYZ56.260028.624580.4018
Yxy28.62450.34040.1732
Hunter Lab53.501994.0738-51.6488
CIE-Lab60.448890.2935-48.9640

#fd2cea color RGB value is (253,44,234).

#fd2cea hex color red value is 253, green value is 44 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fd2cea hue: 0.85 , saturation: 0.98 and the lightness value of fd2cea is 0.58.

The process color (four color CMYK) of #fd2cea color hex is 0.00, 0.83, 0.08, 0.01. Web safe color of #fd2cea is #ff33ff. Color #fd2cea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101100 11101010
Octal 375 54 352
Decimal 253 44 234
Hex FD 2C EA

RGB Percentages of Color #fd2cea

%47.65
%8.29
%44.07

CMYK Percentages of Color #fd2cea

%0
%83
%8
%1

Triadic Colors of #fd2cea

#fd2cea #eafd2c #2ceafd

Analogous Colors of #fd2cea

#fd2cea #fd2c82 #a82cfd

Monochromatic Colors of #fd2cea

#fd2cea

Complementary Color

#fd2cea #2cfd3f

#fd2cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd2cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd2cea Color CSS Codes

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

#fd2cea Text Font Color

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

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


#fd2cea Background Color

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

This div background color is #fd2cea


#fd2cea Border Color

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

This div border color is #fd2cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd2cea


Comments

No comments written yet.

Please login to write comment.