Color Hex Logo

#f077da Color Hex

#F077DA
(240,119,218)
0 Favorites   0 Comments

Color spaces of #f077da

RGB 240119218
HSL0.860.800.70
HSV311°50°94°
CMYK 0.000.500.09   0.06
XYZ55.186936.780970.5204
Yxy36.78090.33960.2264
Hunter Lab60.647356.2961-26.4891
CIE-Lab67.112358.8851-29.7436

#f077da color RGB value is (240,119,218).

#f077da hex color red value is 240, green value is 119 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f077da hue: 0.86 , saturation: 0.80 and the lightness value of f077da is 0.70.

The process color (four color CMYK) of #f077da color hex is 0.00, 0.50, 0.09, 0.06. Web safe color of #f077da is #ff66cc. Color #f077da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110111 11011010
Octal 360 167 332
Decimal 240 119 218
Hex F0 77 DA

RGB Percentages of Color #f077da

%41.59
%20.62
%37.78

CMYK Percentages of Color #f077da

%0
%50
%9
%6

Triadic Colors of #f077da

#f077da #daf077 #77daf0

Analogous Colors of #f077da

#f077da #f0779e #ca77f0

Monochromatic Colors of #f077da

#f077da

Complementary Color

#f077da #77f08d

#f077da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f077da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f077da Color CSS Codes

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

#f077da Text Font Color

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

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


#f077da Background Color

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

This div background color is #f077da


#f077da Border Color

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

This div border color is #f077da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f077da


Comments

No comments written yet.

Please login to write comment.