Color Hex Logo

#f270da Color Hex

#F270DA
(242,112,218)
0 Favorites   0 Comments

Color spaces of #f270da

RGB 242112218
HSL0.860.830.69
HSV311°54°95°
CMYK 0.000.540.10   0.05
XYZ55.067035.527570.2848
Yxy35.52750.34230.2208
Hunter Lab59.604960.6015-28.1900
CIE-Lab66.157362.6992-31.1972

#f270da color RGB value is (242,112,218).

#f270da hex color red value is 242, green value is 112 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f270da hue: 0.86 , saturation: 0.83 and the lightness value of f270da is 0.69.

The process color (four color CMYK) of #f270da color hex is 0.00, 0.54, 0.10, 0.05. Web safe color of #f270da is #ff66cc. Color #f270da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110000 11011010
Octal 362 160 332
Decimal 242 112 218
Hex F2 70 DA

RGB Percentages of Color #f270da

%42.31
%19.58
%38.11

CMYK Percentages of Color #f270da

%0
%54
%10
%5

Triadic Colors of #f270da

#f270da #daf270 #70daf2

Analogous Colors of #f270da

#f270da #f27099 #c970f2

Monochromatic Colors of #f270da

#f270da

Complementary Color

#f270da #70f288

#f270da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f270da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f270da Color CSS Codes

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

#f270da Text Font Color

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

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


#f270da Background Color

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

This div background color is #f270da


#f270da Border Color

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

This div border color is #f270da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f270da


Comments

No comments written yet.

Please login to write comment.