Color Hex Logo

#f01dad Color Hex

#F01DAD
(240,29,173)
0 Favorites   0 Comments

Color spaces of #f01dad

RGB 24029173
HSL0.890.880.53
HSV319°88°94°
CMYK 0.000.880.28   0.06
XYZ43.917422.421141.5482
Yxy22.42110.40710.2078
Hunter Lab47.350982.6924-18.8785
CIE-Lab54.471082.7932-23.5627

#f01dad color RGB value is (240,29,173).

#f01dad hex color red value is 240, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f01dad hue: 0.89 , saturation: 0.88 and the lightness value of f01dad is 0.53.

The process color (four color CMYK) of #f01dad color hex is 0.00, 0.88, 0.28, 0.06. Web safe color of #f01dad is #ff3399. Color #f01dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011101 10101101
Octal 360 35 255
Decimal 240 29 173
Hex F0 1D AD

RGB Percentages of Color #f01dad

%54.30
%6.56
%39.14

CMYK Percentages of Color #f01dad

%0
%88
%28
%6

Triadic Colors of #f01dad

#f01dad #adf01d #1dadf0

Analogous Colors of #f01dad

#f01dad #f01d43 #ca1df0

Monochromatic Colors of #f01dad

#f01dad

Complementary Color

#f01dad #1df060

#f01dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01dad Color CSS Codes

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

#f01dad Text Font Color

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

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


#f01dad Background Color

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

This div background color is #f01dad


#f01dad Border Color

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

This div border color is #f01dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,29,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f01dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f01dad;
  -webkit-box-shadow: 1px 1px 3px 2px #f01dad;
  box-shadow:         1px 1px 3px 2px #f01dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01dad


Comments

No comments written yet.

Please login to write comment.