Color Hex Logo

#f07dea Color Hex

#F07DEA
(240,125,234)
0 Favorites   0 Comments

Color spaces of #f07dea

RGB 240125234
HSL0.840.790.72
HSV303°48°94°
CMYK 0.000.480.03   0.06
XYZ58.120139.133082.3321
Yxy39.13300.32360.2179
Hunter Lab62.556456.3678-34.2437
CIE-Lab68.847558.6689-35.9188

#f07dea color RGB value is (240,125,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111101 11101010
Octal 360 175 352
Decimal 240 125 234
Hex F0 7D EA

RGB Percentages of Color #f07dea

%40.07
%20.87
%39.07

CMYK Percentages of Color #f07dea

%0
%48
%3
%6

Triadic Colors of #f07dea

#f07dea #eaf07d #7deaf0

Analogous Colors of #f07dea

#f07dea #f07db1 #bd7df0

Monochromatic Colors of #f07dea

#f07dea

Complementary Color

#f07dea #7df083

#f07dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07dea Color CSS Codes

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

#f07dea Text Font Color

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

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


#f07dea Background Color

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

This div background color is #f07dea


#f07dea Border Color

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

This div border color is #f07dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07dea


Comments

No comments written yet.

Please login to write comment.