color codes Logo

#f18cee color codes

#F18CEE
(241,140,238)
0 Favorites   0 Comments

Color spaces of #f18cee

RGB 241140238
HSL0.840.780.75
HSV302°42°95°
CMYK 0.000.420.01   0.05
XYZ61.086343.630086.0907
Yxy43.63000.32010.2287
Hunter Lab66.053049.4853-31.0390
CIE-Lab71.980552.2648-33.2486

#f18cee color RGB value is (241,140,238).

#f18cee hex color red value is 241, green value is 140 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f18cee hue: 0.84 , saturation: 0.78 and the lightness value of f18cee is 0.75.

The process color (four color CMYK) of #f18cee color code is 0.00, 0.42, 0.01, 0.05. Web safe color of #f18cee is #ff99ff. Color #f18cee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001100 11101110
Octal 361 214 356
Decimal 241 140 238
Hex F1 8C EE

RGB Percentages of Color #f18cee

%38.93
%22.62
%38.45

CMYK Percentages of Color #f18cee

%0
%42
%1
%5

Triadic Colors of #f18cee

#f18cee #eef18c #8ceef1

Analogous Colors of #f18cee

#f18cee #f18cbc #c28cf1

Monochromatic Colors of #f18cee

#f18cee

Complementary Color

#f18cee #8cf18f

#f18cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18cee Color CSS Codes

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

#f18cee Text Font Color

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

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


#f18cee Background Color

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

This div background color is #f18cee


#f18cee Border Color

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

This div border color is #f18cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18cee


Comments

No comments written yet.

Please login to write comment.