Color Hex Logo

#fd6eca Color Hex

#FD6ECA
(253,110,202)
0 Favorites   0 Comments

Color spaces of #fd6eca

RGB 253110202
HSL0.890.970.71
HSV321°57°99°
CMYK 0.000.570.20   0.01
XYZ56.744636.298859.8927
Yxy36.29880.37100.2373
Hunter Lab60.248562.6841-16.7659
CIE-Lab66.747664.3454-21.2024

#fd6eca color RGB value is (253,110,202).

#fd6eca hex color red value is 253, green value is 110 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fd6eca hue: 0.89 , saturation: 0.97 and the lightness value of fd6eca is 0.71.

The process color (four color CMYK) of #fd6eca color hex is 0.00, 0.57, 0.20, 0.01. Web safe color of #fd6eca is #ff66cc. Color #fd6eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101110 11001010
Octal 375 156 312
Decimal 253 110 202
Hex FD 6E CA

RGB Percentages of Color #fd6eca

%44.78
%19.47
%35.75

CMYK Percentages of Color #fd6eca

%0
%57
%20
%1

Triadic Colors of #fd6eca

#fd6eca #cafd6e #6ecafd

Analogous Colors of #fd6eca

#fd6eca #fd6e83 #e96efd

Monochromatic Colors of #fd6eca

#fd6eca

Complementary Color

#fd6eca #6efda1

#fd6eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6eca Color CSS Codes

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

#fd6eca Text Font Color

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

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


#fd6eca Background Color

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

This div background color is #fd6eca


#fd6eca Border Color

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

This div border color is #fd6eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,110,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 #fd6eca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6eca


Comments

No comments written yet.

Please login to write comment.