Color Hex Logo

#fd0271 Color Hex

#FD0271
(253,2,113)
0 Favorites   0 Comments

Color spaces of #fd0271

RGB 2532113
HSL0.930.980.50
HSV333°99°99°
CMYK 0.000.990.55   0.01
XYZ43.510422.118317.5988
Yxy22.11830.52280.2658
Hunter Lab47.030182.838510.7346
CIE-Lab54.152382.969012.0080

#fd0271 color RGB value is (253,2,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000010 01110001
Octal 375 2 161
Decimal 253 2 113
Hex FD 2 71

RGB Percentages of Color #fd0271

%68.75
%0.54
%30.71

CMYK Percentages of Color #fd0271

%0
%99
%55
%1

Triadic Colors of #fd0271

#fd0271 #71fd02 #0271fd

Analogous Colors of #fd0271

#fd0271 #fd1102 #fd02ef

Monochromatic Colors of #fd0271

#fd0271

Complementary Color

#fd0271 #02fd8e

#fd0271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0271 Color CSS Codes

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

#fd0271 Text Font Color

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

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


#fd0271 Background Color

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

This div background color is #fd0271


#fd0271 Border Color

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

This div border color is #fd0271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0271

Related Colors


Comments

No comments written yet.

Please login to write comment.