Color Hex Logo

#f28adf Color Hex

#F28ADF
(242,138,223)
0 Favorites   0 Comments

Color spaces of #f28adf

RGB 242138223
HSL0.860.800.75
HSV311°43°95°
CMYK 0.000.430.08   0.05
XYZ59.025742.381974.8816
Yxy42.38190.33480.2404
Hunter Lab65.101447.9138-22.6262
CIE-Lab71.133451.0086-26.3067

#f28adf color RGB value is (242,138,223).

#f28adf hex color red value is 242, green value is 138 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f28adf hue: 0.86 , saturation: 0.80 and the lightness value of f28adf is 0.75.

The process color (four color CMYK) of #f28adf color hex is 0.00, 0.43, 0.08, 0.05. Web safe color of #f28adf is #ff99cc. Color #f28adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001010 11011111
Octal 362 212 337
Decimal 242 138 223
Hex F2 8A DF

RGB Percentages of Color #f28adf

%40.13
%22.89
%36.98

CMYK Percentages of Color #f28adf

%0
%43
%8
%5

Triadic Colors of #f28adf

#f28adf #dff28a #8adff2

Analogous Colors of #f28adf

#f28adf #f28aab #d18af2

Monochromatic Colors of #f28adf

#f28adf

Complementary Color

#f28adf #8af29d

#f28adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28adf Color CSS Codes

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

#f28adf Text Font Color

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

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


#f28adf Background Color

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

This div background color is #f28adf


#f28adf Border Color

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

This div border color is #f28adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28adf


Comments

No comments written yet.

Please login to write comment.