Color Hex Logo

#f780da Color Hex

#F780DA
(247,128,218)
0 Favorites   0 Comments

Color spaces of #f780da

RGB 247128218
HSL0.870.880.74
HSV315°48°97°
CMYK 0.000.480.12   0.03
XYZ58.731840.274571.0079
Yxy40.27450.34550.2369
Hunter Lab63.462254.1360-21.9161
CIE-Lab69.664656.6305-25.7409

#f780da color RGB value is (247,128,218).

#f780da hex color red value is 247, green value is 128 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f780da hue: 0.87 , saturation: 0.88 and the lightness value of f780da is 0.74.

The process color (four color CMYK) of #f780da color hex is 0.00, 0.48, 0.12, 0.03. Web safe color of #f780da is #ff99cc. Color #f780da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10000000 11011010
Octal 367 200 332
Decimal 247 128 218
Hex F7 80 DA

RGB Percentages of Color #f780da

%41.65
%21.59
%36.76

CMYK Percentages of Color #f780da

%0
%48
%12
%3

Triadic Colors of #f780da

#f780da #daf780 #80daf7

Analogous Colors of #f780da

#f780da #f7809f #d980f7

Monochromatic Colors of #f780da

#f780da

Complementary Color

#f780da #80f79d

#f780da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f780da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f780da Color CSS Codes

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

#f780da Text Font Color

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

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


#f780da Background Color

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

This div background color is #f780da


#f780da Border Color

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

This div border color is #f780da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f780da


Comments

No comments written yet.

Please login to write comment.