Color Hex Logo

#f07ded Color Hex

#F07DED
(240,125,237)
0 Favorites   0 Comments

Color spaces of #f07ded

RGB 240125237
HSL0.840.790.72
HSV302°48°94°
CMYK 0.000.480.01   0.06
XYZ58.554939.306984.6216
Yxy39.30690.32090.2154
Hunter Lab62.695256.9955-36.1388
CIE-Lab68.973059.1836-37.3759

#f07ded color RGB value is (240,125,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111101 11101101
Octal 360 175 355
Decimal 240 125 237
Hex F0 7D ED

RGB Percentages of Color #f07ded

%39.87
%20.76
%39.37

CMYK Percentages of Color #f07ded

%0
%48
%1
%6

Triadic Colors of #f07ded

#f07ded #edf07d #7dedf0

Analogous Colors of #f07ded

#f07ded #f07db4 #ba7df0

Monochromatic Colors of #f07ded

#f07ded

Complementary Color

#f07ded #7df080

#f07ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07ded Color CSS Codes

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

#f07ded Text Font Color

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

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


#f07ded Background Color

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

This div background color is #f07ded


#f07ded Border Color

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

This div border color is #f07ded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,125,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 #f07ded">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07ded


Comments

No comments written yet.

Please login to write comment.