Color Hex Logo

#f23baf Color Hex

#F23BAF
(242,59,175)
0 Favorites   0 Comments

Color spaces of #f23baf

RGB 24259175
HSL0.890.880.59
HSV322°76°95°
CMYK 0.000.760.28   0.05
XYZ45.919825.100342.9820
Yxy25.10030.40280.2202
Hunter Lab50.100275.9305-15.7960
CIE-Lab57.173076.9342-20.5538

#f23baf color RGB value is (242,59,175).

#f23baf hex color red value is 242, green value is 59 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f23baf hue: 0.89 , saturation: 0.88 and the lightness value of f23baf is 0.59.

The process color (four color CMYK) of #f23baf color hex is 0.00, 0.76, 0.28, 0.05. Web safe color of #f23baf is #ff3399. Color #f23baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00111011 10101111
Octal 362 73 257
Decimal 242 59 175
Hex F2 3B AF

RGB Percentages of Color #f23baf

%50.84
%12.39
%36.76

CMYK Percentages of Color #f23baf

%0
%76
%28
%5

Triadic Colors of #f23baf

#f23baf #aff23b #3baff2

Analogous Colors of #f23baf

#f23baf #f23b53 #da3bf2

Monochromatic Colors of #f23baf

#f23baf

Complementary Color

#f23baf #3bf27e

#f23baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f23baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f23baf Color CSS Codes

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

#f23baf Text Font Color

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

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


#f23baf Background Color

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

This div background color is #f23baf


#f23baf Border Color

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

This div border color is #f23baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f23baf


Comments

No comments written yet.

Please login to write comment.