Color Hex Logo

#f18beb Color Hex

#F18BEB
(241,139,235)
0 Favorites   0 Comments

Color spaces of #f18beb

RGB 241139235
HSL0.840.780.75
HSV304°42°95°
CMYK 0.000.420.02   0.05
XYZ60.503643.164283.7399
Yxy43.16420.32280.2303
Hunter Lab65.699549.4092-29.5808
CIE-Lab71.666352.2428-32.0915

#f18beb color RGB value is (241,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001011 11101011
Octal 361 213 353
Decimal 241 139 235
Hex F1 8B EB

RGB Percentages of Color #f18beb

%39.19
%22.60
%38.21

CMYK Percentages of Color #f18beb

%0
%42
%2
%5

Triadic Colors of #f18beb

#f18beb #ebf18b #8bebf1

Analogous Colors of #f18beb

#f18beb #f18bb8 #c48bf1

Monochromatic Colors of #f18beb

#f18beb

Complementary Color

#f18beb #8bf191

#f18beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18beb Color CSS Codes

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

#f18beb Text Font Color

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

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


#f18beb Background Color

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

This div background color is #f18beb


#f18beb Border Color

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

This div border color is #f18beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18beb

#f18beb Color Palettes


Comments

No comments written yet.

Please login to write comment.