Color Hex Logo

#f257dc Color Hex

#F257DC
(242,87,220)
0 Favorites   0 Comments

Color spaces of #f257dc

RGB 24287220
HSL0.860.860.65
HSV309°64°95°
CMYK 0.000.640.09   0.05
XYZ52.944430.860970.8764
Yxy30.86090.34230.1995
Hunter Lab55.552672.9024-36.7579
CIE-Lab62.390073.5115-38.1761

#f257dc color RGB value is (242,87,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010111 11011100
Octal 362 127 334
Decimal 242 87 220
Hex F2 57 DC

RGB Percentages of Color #f257dc

%44.08
%15.85
%40.07

CMYK Percentages of Color #f257dc

%0
%64
%9
%5

Triadic Colors of #f257dc

#f257dc #dcf257 #57dcf2

Analogous Colors of #f257dc

#f257dc #f2578f #bb57f2

Monochromatic Colors of #f257dc

#f257dc

Complementary Color

#f257dc #57f26d

#f257dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f257dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f257dc Color CSS Codes

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

#f257dc Text Font Color

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

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


#f257dc Background Color

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

This div background color is #f257dc


#f257dc Border Color

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

This div border color is #f257dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f257dc


Comments

No comments written yet.

Please login to write comment.