Color Hex Logo

#f254de Color Hex

#F254DE
(242,84,222)
0 Favorites   0 Comments

Color spaces of #f254de

RGB 24284222
HSL0.850.860.64
HSV308°65°95°
CMYK 0.000.650.08   0.05
XYZ52.973130.491872.2008
Yxy30.49180.34030.1959
Hunter Lab55.219474.6048-38.8697
CIE-Lab62.076374.9383-39.7901

#f254de color RGB value is (242,84,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010100 11011110
Octal 362 124 336
Decimal 242 84 222
Hex F2 54 DE

RGB Percentages of Color #f254de

%44.16
%15.33
%40.51

CMYK Percentages of Color #f254de

%0
%65
%8
%5

Triadic Colors of #f254de

#f254de #def254 #54def2

Analogous Colors of #f254de

#f254de #f2548f #b754f2

Monochromatic Colors of #f254de

#f254de

Complementary Color

#f254de #54f268

#f254de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f254de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f254de Color CSS Codes

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

#f254de Text Font Color

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

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


#f254de Background Color

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

This div background color is #f254de


#f254de Border Color

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

This div border color is #f254de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f254de


Comments

No comments written yet.

Please login to write comment.