Color Hex Logo

#f895df Color Hex

#F895DF
(248,149,223)
0 Favorites   0 Comments

Color spaces of #f895df

RGB 248149223
HSL0.880.880.78
HSV315°40°97°
CMYK 0.000.400.10   0.03
XYZ62.778146.779175.5325
Yxy46.77910.33920.2527
Hunter Lab68.395244.1485-17.6004
CIE-Lab74.048247.2993-21.7911

#f895df color RGB value is (248,149,223).

#f895df hex color red value is 248, green value is 149 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f895df hue: 0.88 , saturation: 0.88 and the lightness value of f895df is 0.78.

The process color (four color CMYK) of #f895df color hex is 0.00, 0.40, 0.10, 0.03. Web safe color of #f895df is #ff99cc. Color #f895df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010101 11011111
Octal 370 225 337
Decimal 248 149 223
Hex F8 95 DF

RGB Percentages of Color #f895df

%40.00
%24.03
%35.97

CMYK Percentages of Color #f895df

%0
%40
%10
%3

Triadic Colors of #f895df

#f895df #dff895 #95dff8

Analogous Colors of #f895df

#f895df #f895ae #e095f8

Monochromatic Colors of #f895df

#f895df

Complementary Color

#f895df #95f8ae

#f895df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f895df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f895df Color CSS Codes

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

#f895df Text Font Color

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

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


#f895df Background Color

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

This div background color is #f895df


#f895df Border Color

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

This div border color is #f895df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f895df


Comments

No comments written yet.

Please login to write comment.