Color Hex Logo

#f01ded Color Hex

#F01DED
(240,29,237)
0 Favorites   0 Comments

Color spaces of #f01ded

RGB 24029237
HSL0.840.880.53
HSV301°88°94°
CMYK 0.000.880.01   0.06
XYZ51.660625.518482.3235
Yxy25.51840.32390.1600
Hunter Lab50.515794.1429-61.2615
CIE-Lab57.577190.9046-55.3442

#f01ded color RGB value is (240,29,237).

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

The process color (four color CMYK) of #f01ded color hex is 0.00, 0.88, 0.01, 0.06. Web safe color of #f01ded is #ff33ff. Color #f01ded contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011101 11101101
Octal 360 35 355
Decimal 240 29 237
Hex F0 1D ED

RGB Percentages of Color #f01ded

%47.43
%5.73
%46.84

CMYK Percentages of Color #f01ded

%0
%88
%1
%6

Triadic Colors of #f01ded

#f01ded #edf01d #1dedf0

Analogous Colors of #f01ded

#f01ded #f01d84 #8a1df0

Monochromatic Colors of #f01ded

#f01ded

Complementary Color

#f01ded #1df020

#f01ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01ded Color CSS Codes

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

#f01ded Text Font Color

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

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


#f01ded Background Color

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

This div background color is #f01ded


#f01ded Border Color

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

This div border color is #f01ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01ded


Comments

No comments written yet.

Please login to write comment.