Color Hex Logo

#f067ba Color Hex

#F067BA
(240,103,186)
0 Favorites   0 Comments

Color spaces of #f067ba

RGB 240103186
HSL0.900.820.67
HSV324°57°94°
CMYK 0.000.570.23   0.06
XYZ49.648431.770949.9700
Yxy31.77090.37790.2418
Hunter Lab56.365758.5876-13.1065
CIE-Lab63.153161.5019-17.7986

#f067ba color RGB value is (240,103,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100111 10111010
Octal 360 147 272
Decimal 240 103 186
Hex F0 67 BA

RGB Percentages of Color #f067ba

%45.37
%19.47
%35.16

CMYK Percentages of Color #f067ba

%0
%57
%23
%6

Triadic Colors of #f067ba

#f067ba #baf067 #67baf0

Analogous Colors of #f067ba

#f067ba #f06776 #e267f0

Monochromatic Colors of #f067ba

#f067ba

Complementary Color

#f067ba #67f09d

#f067ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f067ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f067ba Color CSS Codes

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

#f067ba Text Font Color

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

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


#f067ba Background Color

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

This div background color is #f067ba


#f067ba Border Color

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

This div border color is #f067ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f067ba


Comments

No comments written yet.

Please login to write comment.