color codes Logo

#f863da color codes

#F863DA
(248,99,218)
0 Favorites   0 Comments

Color spaces of #f863da

RGB 24899218
HSL0.870.910.68
HSV312°60°97°
CMYK 0.000.600.12   0.03
XYZ55.828133.942169.9387
Yxy33.94210.34960.2125
Hunter Lab58.259869.0947-30.3935
CIE-Lab64.916669.9587-33.0522

#f863da color RGB value is (248,99,218).

#f863da hex color red value is 248, green value is 99 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f863da hue: 0.87 , saturation: 0.91 and the lightness value of f863da is 0.68.

The process color (four color CMYK) of #f863da color code is 0.00, 0.60, 0.12, 0.03. Web safe color of #f863da is #ff66cc. Color #f863da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100011 11011010
Octal 370 143 332
Decimal 248 99 218
Hex F8 63 DA

RGB Percentages of Color #f863da

%43.89
%17.52
%38.58

CMYK Percentages of Color #f863da

%0
%60
%12
%3

Triadic Colors of #f863da

#f863da #daf863 #63daf8

Analogous Colors of #f863da

#f863da #f86390 #cc63f8

Monochromatic Colors of #f863da

#f863da

Complementary Color

#f863da #63f881

#f863da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f863da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f863da Color CSS Codes

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

#f863da Text Font Color

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

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


#f863da Background Color

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

This div background color is #f863da


#f863da Border Color

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

This div border color is #f863da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f863da


Comments

No comments written yet.

Please login to write comment.