Color Hex Logo

#fd2ecd Color Hex

#FD2ECD
(253,46,205)
0 Favorites   0 Comments

Color spaces of #fd2ecd

RGB 25346205
HSL0.870.980.59
HSV314°82°99°
CMYK 0.000.820.19   0.01
XYZ52.504527.244460.2490
Yxy27.24440.37500.1946
Hunter Lab52.196288.2111-31.9000
CIE-Lab59.199986.1197-34.5401

#fd2ecd color RGB value is (253,46,205).

#fd2ecd hex color red value is 253, green value is 46 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fd2ecd hue: 0.87 , saturation: 0.98 and the lightness value of fd2ecd is 0.59.

The process color (four color CMYK) of #fd2ecd color hex is 0.00, 0.82, 0.19, 0.01. Web safe color of #fd2ecd is #ff33cc. Color #fd2ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101110 11001101
Octal 375 56 315
Decimal 253 46 205
Hex FD 2E CD

RGB Percentages of Color #fd2ecd

%50.20
%9.13
%40.67

CMYK Percentages of Color #fd2ecd

%0
%82
%19
%1

Triadic Colors of #fd2ecd

#fd2ecd #cdfd2e #2ecdfd

Analogous Colors of #fd2ecd

#fd2ecd #fd2e66 #c62efd

Monochromatic Colors of #fd2ecd

#fd2ecd

Complementary Color

#fd2ecd #2efd5e

#fd2ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd2ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd2ecd Color CSS Codes

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

#fd2ecd Text Font Color

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

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


#fd2ecd Background Color

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

This div background color is #fd2ecd


#fd2ecd Border Color

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

This div border color is #fd2ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd2ecd

Related Colors


Comments

No comments written yet.

Please login to write comment.