Color Hex Logo

#f254dc Color Hex

#F254DC
(242,84,220)
0 Favorites   0 Comments

Color spaces of #f254dc

RGB 24284220
HSL0.860.860.64
HSV308°65°95°
CMYK 0.000.650.09   0.05
XYZ52.706530.385270.7971
Yxy30.38520.34250.1974
Hunter Lab55.122874.2107-37.5634
CIE-Lab61.985274.6395-38.8095

#f254dc color RGB value is (242,84,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010100 11011100
Octal 362 124 334
Decimal 242 84 220
Hex F2 54 DC

RGB Percentages of Color #f254dc

%44.32
%15.38
%40.29

CMYK Percentages of Color #f254dc

%0
%65
%9
%5

Triadic Colors of #f254dc

#f254dc #dcf254 #54dcf2

Analogous Colors of #f254dc

#f254dc #f2548d #b954f2

Monochromatic Colors of #f254dc

#f254dc

Complementary Color

#f254dc #54f26a

#f254dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f254dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f254dc Color CSS Codes

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

#f254dc Text Font Color

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

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


#f254dc Background Color

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

This div background color is #f254dc


#f254dc Border Color

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

This div border color is #f254dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f254dc


Comments

No comments written yet.

Please login to write comment.