Color Hex Logo

#fd70fb Color Hex

#FD70FB
(253,112,251)
0 Favorites   0 Comments

Color spaces of #fd70fb

RGB 253112251
HSL0.840.970.72
HSV301°56°99°
CMYK 0.000.560.01   0.01
XYZ63.714839.436095.5206
Yxy39.43600.32070.1985
Hunter Lab62.798171.2090-46.2259
CIE-Lab69.065970.9298-44.7936

#fd70fb color RGB value is (253,112,251).

#fd70fb hex color red value is 253, green value is 112 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fd70fb hue: 0.84 , saturation: 0.97 and the lightness value of fd70fb is 0.72.

The process color (four color CMYK) of #fd70fb color hex is 0.00, 0.56, 0.01, 0.01. Web safe color of #fd70fb is #ff66ff. Color #fd70fb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110000 11111011
Octal 375 160 373
Decimal 253 112 251
Hex FD 70 FB

RGB Percentages of Color #fd70fb

%41.07
%18.18
%40.75

CMYK Percentages of Color #fd70fb

%0
%56
%1
%1

Triadic Colors of #fd70fb

#fd70fb #fbfd70 #70fbfd

Analogous Colors of #fd70fb

#fd70fb #fd70b5 #b970fd

Monochromatic Colors of #fd70fb

#fd70fb

Complementary Color

#fd70fb #70fd72

#fd70fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd70fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd70fb Color CSS Codes

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

#fd70fb Text Font Color

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

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


#fd70fb Background Color

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

This div background color is #fd70fb


#fd70fb Border Color

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

This div border color is #fd70fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd70fb

Related Colors


Comments

No comments written yet.

Please login to write comment.