Color Hex Logo

#f07abd Color Hex

#F07ABD
(240,122,189)
0 Favorites   0 Comments

Color spaces of #f07abd

RGB 240122189
HSL0.910.800.71
HSV326°49°94°
CMYK 0.000.490.21   0.06
XYZ52.080036.118552.3708
Yxy36.11850.37050.2569
Hunter Lab60.098749.5110-9.5970
CIE-Lab66.610453.0692-14.2698

#f07abd color RGB value is (240,122,189).

#f07abd hex color red value is 240, green value is 122 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f07abd hue: 0.91 , saturation: 0.80 and the lightness value of f07abd is 0.71.

The process color (four color CMYK) of #f07abd color hex is 0.00, 0.49, 0.21, 0.06. Web safe color of #f07abd is #ff66cc. Color #f07abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111010 10111101
Octal 360 172 275
Decimal 240 122 189
Hex F0 7A BD

RGB Percentages of Color #f07abd

%43.56
%22.14
%34.30

CMYK Percentages of Color #f07abd

%0
%49
%21
%6

Triadic Colors of #f07abd

#f07abd #bdf07a #7abdf0

Analogous Colors of #f07abd

#f07abd #f07a82 #e87af0

Monochromatic Colors of #f07abd

#f07abd

Complementary Color

#f07abd #7af0ad

#f07abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07abd Color CSS Codes

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

#f07abd Text Font Color

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

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


#f07abd Background Color

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

This div background color is #f07abd


#f07abd Border Color

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

This div border color is #f07abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07abd


Comments

No comments written yet.

Please login to write comment.