Color Hex Logo

#f198dd Color Hex

#F198DD
(241,152,221)
0 Favorites   0 Comments

Color spaces of #f198dd

RGB 241152221
HSL0.870.760.77
HSV313°37°95°
CMYK 0.000.370.08   0.05
XYZ60.555046.377774.1668
Yxy46.37770.33440.2561
Hunter Lab68.101239.5437-16.9000
CIE-Lab73.789943.2108-21.1629

#f198dd color RGB value is (241,152,221).

#f198dd hex color red value is 241, green value is 152 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f198dd hue: 0.87 , saturation: 0.76 and the lightness value of f198dd is 0.77.

The process color (four color CMYK) of #f198dd color hex is 0.00, 0.37, 0.08, 0.05. Web safe color of #f198dd is #ff99cc. Color #f198dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011000 11011101
Octal 361 230 335
Decimal 241 152 221
Hex F1 98 DD

RGB Percentages of Color #f198dd

%39.25
%24.76
%35.99

CMYK Percentages of Color #f198dd

%0
%37
%8
%5

Triadic Colors of #f198dd

#f198dd #ddf198 #98ddf1

Analogous Colors of #f198dd

#f198dd #f198b1 #d998f1

Monochromatic Colors of #f198dd

#f198dd

Complementary Color

#f198dd #98f1ac

#f198dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f198dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f198dd Color CSS Codes

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

#f198dd Text Font Color

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

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


#f198dd Background Color

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

This div background color is #f198dd


#f198dd Border Color

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

This div border color is #f198dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f198dd


Comments

No comments written yet.

Please login to write comment.