Color Hex Logo

#f01dda Color Hex

#F01DDA
(240,29,218)
0 Favorites   0 Comments

Color spaces of #f01dda

RGB 24029218
HSL0.850.880.53
HSV306°88°94°
CMYK 0.000.880.09   0.06
XYZ49.029424.466068.4679
Yxy24.46600.34540.1723
Hunter Lab49.463190.3744-47.4463
CIE-Lab56.551488.2770-46.2568

#f01dda color RGB value is (240,29,218).

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

The process color (four color CMYK) of #f01dda color hex is 0.00, 0.88, 0.09, 0.06. Web safe color of #f01dda is #ff33cc. Color #f01dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011101 11011010
Octal 360 35 332
Decimal 240 29 218
Hex F0 1D DA

RGB Percentages of Color #f01dda

%49.28
%5.95
%44.76

CMYK Percentages of Color #f01dda

%0
%88
%9
%6

Triadic Colors of #f01dda

#f01dda #daf01d #1ddaf0

Analogous Colors of #f01dda

#f01dda #f01d71 #9d1df0

Monochromatic Colors of #f01dda

#f01dda

Complementary Color

#f01dda #1df033

#f01dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01dda Color CSS Codes

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

#f01dda Text Font Color

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

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


#f01dda Background Color

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

This div background color is #f01dda


#f01dda Border Color

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

This div border color is #f01dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01dda


Comments

No comments written yet.

Please login to write comment.