Color Hex Logo

#f263df Color Hex

#F263DF
(242,99,223)
0 Favorites   0 Comments

Color spaces of #f263df

RGB 24299223
HSL0.860.850.67
HSV308°59°95°
CMYK 0.000.590.08   0.05
XYZ54.399133.128673.3394
Yxy33.12860.33820.2059
Hunter Lab57.557467.9796-35.2568
CIE-Lab64.264969.1641-36.9286

#f263df color RGB value is (242,99,223).

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

The process color (four color CMYK) of #f263df color hex is 0.00, 0.59, 0.08, 0.05. Web safe color of #f263df is #ff66cc. Color #f263df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100011 11011111
Octal 362 143 337
Decimal 242 99 223
Hex F2 63 DF

RGB Percentages of Color #f263df

%42.91
%17.55
%39.54

CMYK Percentages of Color #f263df

%0
%59
%8
%5

Triadic Colors of #f263df

#f263df #dff263 #63dff2

Analogous Colors of #f263df

#f263df #f26398 #be63f2

Monochromatic Colors of #f263df

#f263df

Complementary Color

#f263df #63f276

#f263df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f263df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f263df Color CSS Codes

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

#f263df Text Font Color

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

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


#f263df Background Color

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

This div background color is #f263df


#f263df Border Color

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

This div border color is #f263df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f263df


Comments

No comments written yet.

Please login to write comment.