Color Hex Logo

#fd026d Color Hex

#FD026D
(253,2,109)
0 Favorites   0 Comments

Color spaces of #fd026d

RGB 2532109
HSL0.930.980.50
HSV334°99°99°
CMYK 0.000.990.57   0.01
XYZ43.290022.030216.4386
Yxy22.03020.52950.2695
Hunter Lab46.936382.494312.0902
CIE-Lab54.059082.719214.2959

#fd026d color RGB value is (253,2,109).

#fd026d hex color red value is 253, green value is 2 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fd026d hue: 0.93 , saturation: 0.98 and the lightness value of fd026d is 0.50.

The process color (four color CMYK) of #fd026d color hex is 0.00, 0.99, 0.57, 0.01. Web safe color of #fd026d is #ff0066. Color #fd026d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000010 01101101
Octal 375 2 155
Decimal 253 2 109
Hex FD 2 6D

RGB Percentages of Color #fd026d

%69.51
%0.55
%29.95

CMYK Percentages of Color #fd026d

%0
%99
%57
%1

Triadic Colors of #fd026d

#fd026d #6dfd02 #026dfd

Analogous Colors of #fd026d

#fd026d #fd1502 #fd02eb

Monochromatic Colors of #fd026d

#fd026d

Complementary Color

#fd026d #02fd92

#fd026d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd026d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd026d Color CSS Codes

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

#fd026d Text Font Color

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

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


#fd026d Background Color

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

This div background color is #fd026d


#fd026d Border Color

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

This div border color is #fd026d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd026d

Related Colors


Comments

No comments written yet.

Please login to write comment.