Color Hex Logo

#f270ba Color Hex

#F270BA
(242,112,186)
0 Favorites   0 Comments

Color spaces of #f270ba

RGB 242112186
HSL0.910.830.69
HSV326°54°95°
CMYK 0.000.540.23   0.05
XYZ51.275034.010850.3166
Yxy34.01080.37810.2508
Hunter Lab58.318854.8828-10.3314
CIE-Lab64.971158.0158-15.0198

#f270ba color RGB value is (242,112,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110000 10111010
Octal 362 160 272
Decimal 242 112 186
Hex F2 70 BA

RGB Percentages of Color #f270ba

%44.81
%20.74
%34.44

CMYK Percentages of Color #f270ba

%0
%54
%23
%5

Triadic Colors of #f270ba

#f270ba #baf270 #70baf2

Analogous Colors of #f270ba

#f270ba #f27079 #e970f2

Monochromatic Colors of #f270ba

#f270ba

Complementary Color

#f270ba #70f2a8

#f270ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f270ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f270ba Color CSS Codes

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

#f270ba Text Font Color

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

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


#f270ba Background Color

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

This div background color is #f270ba


#f270ba Border Color

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

This div border color is #f270ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,112,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f270ba


Comments

No comments written yet.

Please login to write comment.