Color Hex Logo

#f069ba Color Hex

#F069BA
(240,105,186)
0 Favorites   0 Comments

Color spaces of #f069ba

RGB 240105186
HSL0.900.820.68
HSV324°56°94°
CMYK 0.000.560.23   0.06
XYZ49.849732.173650.0371
Yxy32.17360.37750.2436
Hunter Lab56.721857.6109-12.5974
CIE-Lab63.486160.6099-17.2934

#f069ba color RGB value is (240,105,186).

#f069ba hex color red value is 240, green value is 105 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f069ba hue: 0.90 , saturation: 0.82 and the lightness value of f069ba is 0.68.

The process color (four color CMYK) of #f069ba color hex is 0.00, 0.56, 0.23, 0.06. Web safe color of #f069ba is #ff66cc. Color #f069ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101001 10111010
Octal 360 151 272
Decimal 240 105 186
Hex F0 69 BA

RGB Percentages of Color #f069ba

%45.20
%19.77
%35.03

CMYK Percentages of Color #f069ba

%0
%56
%23
%6

Triadic Colors of #f069ba

#f069ba #baf069 #69baf0

Analogous Colors of #f069ba

#f069ba #f06977 #e369f0

Monochromatic Colors of #f069ba

#f069ba

Complementary Color

#f069ba #69f09f

#f069ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f069ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f069ba Color CSS Codes

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

#f069ba Text Font Color

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

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


#f069ba Background Color

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

This div background color is #f069ba


#f069ba Border Color

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

This div border color is #f069ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f069ba


Comments

No comments written yet.

Please login to write comment.