Color Hex Logo

#fd11ba Color Hex

#FD11BA
(253,17,186)
0 Favorites   0 Comments

Color spaces of #fd11ba

RGB 25317186
HSL0.880.980.53
HSV317°93°99°
CMYK 0.000.930.26   0.01
XYZ49.571424.828748.6341
Yxy24.82870.40290.2018
Hunter Lab49.828490.3796-22.9890
CIE-Lab56.908188.2115-27.1785

#fd11ba color RGB value is (253,17,186).

#fd11ba hex color red value is 253, green value is 17 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fd11ba hue: 0.88 , saturation: 0.98 and the lightness value of fd11ba is 0.53.

The process color (four color CMYK) of #fd11ba color hex is 0.00, 0.93, 0.26, 0.01. Web safe color of #fd11ba is #ff00cc. Color #fd11ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010001 10111010
Octal 375 21 272
Decimal 253 17 186
Hex FD 11 BA

RGB Percentages of Color #fd11ba

%55.48
%3.73
%40.79

CMYK Percentages of Color #fd11ba

%0
%93
%26
%1

Triadic Colors of #fd11ba

#fd11ba #bafd11 #11bafd

Analogous Colors of #fd11ba

#fd11ba #fd1144 #ca11fd

Monochromatic Colors of #fd11ba

#fd11ba

Complementary Color

#fd11ba #11fd54

#fd11ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd11ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd11ba Color CSS Codes

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

#fd11ba Text Font Color

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

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


#fd11ba Background Color

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

This div background color is #fd11ba


#fd11ba Border Color

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

This div border color is #fd11ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd11ba


Comments

No comments written yet.

Please login to write comment.