Color Hex Logo

#fd3eca Color Hex

#FD3ECA
(253,62,202)
0 Favorites   0 Comments

Color spaces of #fd3eca

RGB 25362202
HSL0.880.980.62
HSV316°75°99°
CMYK 0.000.750.20   0.01
XYZ52.891328.592258.6083
Yxy28.59220.37750.2041
Hunter Lab53.471782.9872-27.5554
CIE-Lab60.420081.8654-30.9321

#fd3eca color RGB value is (253,62,202).

#fd3eca hex color red value is 253, green value is 62 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fd3eca hue: 0.88 , saturation: 0.98 and the lightness value of fd3eca is 0.62.

The process color (four color CMYK) of #fd3eca color hex is 0.00, 0.75, 0.20, 0.01. Web safe color of #fd3eca is #ff33cc. Color #fd3eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111110 11001010
Octal 375 76 312
Decimal 253 62 202
Hex FD 3E CA

RGB Percentages of Color #fd3eca

%48.94
%11.99
%39.07

CMYK Percentages of Color #fd3eca

%0
%75
%20
%1

Triadic Colors of #fd3eca

#fd3eca #cafd3e #3ecafd

Analogous Colors of #fd3eca

#fd3eca #fd3e6b #d13efd

Monochromatic Colors of #fd3eca

#fd3eca

Complementary Color

#fd3eca #3efd71

#fd3eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3eca Color CSS Codes

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

#fd3eca Text Font Color

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

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


#fd3eca Background Color

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

This div background color is #fd3eca


#fd3eca Border Color

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

This div border color is #fd3eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3eca


Comments

No comments written yet.

Please login to write comment.