Color Hex Logo

#f288dd Color Hex

#F288DD
(242,136,221)
0 Favorites   0 Comments

Color spaces of #f288dd

RGB 242136221
HSL0.870.800.74
HSV312°44°95°
CMYK 0.000.440.09   0.05
XYZ58.473341.706073.3748
Yxy41.70600.33690.2403
Hunter Lab64.580248.6052-22.1581
CIE-Lab70.667751.6809-25.9174

#f288dd color RGB value is (242,136,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001000 11011101
Octal 362 210 335
Decimal 242 136 221
Hex F2 88 DD

RGB Percentages of Color #f288dd

%40.40
%22.70
%36.89

CMYK Percentages of Color #f288dd

%0
%44
%9
%5

Triadic Colors of #f288dd

#f288dd #ddf288 #88ddf2

Analogous Colors of #f288dd

#f288dd #f288a8 #d288f2

Monochromatic Colors of #f288dd

#f288dd

Complementary Color

#f288dd #88f29d

#f288dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f288dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f288dd Color CSS Codes

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

#f288dd Text Font Color

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

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


#f288dd Background Color

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

This div background color is #f288dd


#f288dd Border Color

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

This div border color is #f288dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f288dd


Comments

No comments written yet.

Please login to write comment.