Color Hex Logo

#f287ce Color Hex

#F287CE
(242,135,206)
0 Favorites   0 Comments

Color spaces of #f287ce

RGB 242135206
HSL0.890.800.74
HSV320°44°95°
CMYK 0.000.440.15   0.05
XYZ56.422540.661463.2672
Yxy40.66140.35190.2536
Hunter Lab63.766346.3516-14.1895
CIE-Lab69.938049.7954-18.7232

#f287ce color RGB value is (242,135,206).

#f287ce hex color red value is 242, green value is 135 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f287ce hue: 0.89 , saturation: 0.80 and the lightness value of f287ce is 0.74.

The process color (four color CMYK) of #f287ce color hex is 0.00, 0.44, 0.15, 0.05. Web safe color of #f287ce is #ff99cc. Color #f287ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000111 11001110
Octal 362 207 316
Decimal 242 135 206
Hex F2 87 CE

RGB Percentages of Color #f287ce

%41.51
%23.16
%35.33

CMYK Percentages of Color #f287ce

%0
%44
%15
%5

Triadic Colors of #f287ce

#f287ce #cef287 #87cef2

Analogous Colors of #f287ce

#f287ce #f28799 #e187f2

Monochromatic Colors of #f287ce

#f287ce

Complementary Color

#f287ce #87f2ab

#f287ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f287ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f287ce Color CSS Codes

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

#f287ce Text Font Color

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

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


#f287ce Background Color

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

This div background color is #f287ce


#f287ce Border Color

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

This div border color is #f287ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f287ce


Comments

No comments written yet.

Please login to write comment.