Color Hex Logo

#f05abf Color Hex

#F05ABF
(240,90,191)
0 Favorites   0 Comments

Color spaces of #f05abf

RGB 24090191
HSL0.890.830.65
HSV320°63°94°
CMYK 0.000.630.20   0.06
XYZ48.995329.599252.4211
Yxy29.59920.37400.2259
Hunter Lab54.405165.5416-19.0442
CIE-Lab61.306967.6863-23.4639

#f05abf color RGB value is (240,90,191).

#f05abf hex color red value is 240, green value is 90 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f05abf hue: 0.89 , saturation: 0.83 and the lightness value of f05abf is 0.65.

The process color (four color CMYK) of #f05abf color hex is 0.00, 0.63, 0.20, 0.06. Web safe color of #f05abf is #ff66cc. Color #f05abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011010 10111111
Octal 360 132 277
Decimal 240 90 191
Hex F0 5A BF

RGB Percentages of Color #f05abf

%46.07
%17.27
%36.66

CMYK Percentages of Color #f05abf

%0
%63
%20
%6

Triadic Colors of #f05abf

#f05abf #bff05a #5abff0

Analogous Colors of #f05abf

#f05abf #f05a74 #d65af0

Monochromatic Colors of #f05abf

#f05abf

Complementary Color

#f05abf #5af08b

#f05abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05abf Color CSS Codes

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

#f05abf Text Font Color

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

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


#f05abf Background Color

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

This div background color is #f05abf


#f05abf Border Color

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

This div border color is #f05abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,90,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05abf


Comments

No comments written yet.

Please login to write comment.