Color Hex Logo

#f198eb Color Hex

#F198EB
(241,152,235)
0 Favorites   0 Comments

Color spaces of #f198eb

RGB 241152235
HSL0.840.760.77
HSV304°37°95°
CMYK 0.000.370.02   0.05
XYZ62.499347.155484.4051
Yxy47.15540.32210.2430
Hunter Lab68.669842.2883-24.8071
CIE-Lab74.289145.6157-28.0533

#f198eb color RGB value is (241,152,235).

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

The process color (four color CMYK) of #f198eb color hex is 0.00, 0.37, 0.02, 0.05. Web safe color of #f198eb is #ff99ff. Color #f198eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011000 11101011
Octal 361 230 353
Decimal 241 152 235
Hex F1 98 EB

RGB Percentages of Color #f198eb

%38.38
%24.20
%37.42

CMYK Percentages of Color #f198eb

%0
%37
%2
%5

Triadic Colors of #f198eb

#f198eb #ebf198 #98ebf1

Analogous Colors of #f198eb

#f198eb #f198bf #cb98f1

Monochromatic Colors of #f198eb

#f198eb

Complementary Color

#f198eb #98f19e

#f198eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f198eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f198eb Color CSS Codes

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

#f198eb Text Font Color

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

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


#f198eb Background Color

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

This div background color is #f198eb


#f198eb Border Color

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

This div border color is #f198eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,152,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f198eb


Comments

No comments written yet.

Please login to write comment.