Color Hex Logo

#f893d6 Color Hex

#F893D6
(248,147,214)
0 Favorites   0 Comments

Color spaces of #f893d6

RGB 248147214
HSL0.890.880.77
HSV320°41°97°
CMYK 0.000.410.14   0.03
XYZ61.282745.678969.2053
Yxy45.67890.34790.2593
Hunter Lab67.586243.5763-13.4001
CIE-Lab73.336746.8811-17.9295

#f893d6 color RGB value is (248,147,214).

#f893d6 hex color red value is 248, green value is 147 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #f893d6 hue: 0.89 , saturation: 0.88 and the lightness value of f893d6 is 0.77.

The process color (four color CMYK) of #f893d6 color hex is 0.00, 0.41, 0.14, 0.03. Web safe color of #f893d6 is #ff99cc. Color #f893d6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010011 11010110
Octal 370 223 326
Decimal 248 147 214
Hex F8 93 D6

RGB Percentages of Color #f893d6

%40.72
%24.14
%35.14

CMYK Percentages of Color #f893d6

%0
%41
%14
%3

Triadic Colors of #f893d6

#f893d6 #d6f893 #93d6f8

Analogous Colors of #f893d6

#f893d6 #f893a4 #e893f8

Monochromatic Colors of #f893d6

#f893d6

Complementary Color

#f893d6 #93f8b5

#f893d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f893d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f893d6 Color CSS Codes

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

#f893d6 Text Font Color

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

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


#f893d6 Background Color

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

This div background color is #f893d6


#f893d6 Border Color

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

This div border color is #f893d6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,147,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f893d6


Comments

No comments written yet.

Please login to write comment.