Color Hex Logo

#f17bde Color Hex

#F17BDE
(241,123,222)
0 Favorites   0 Comments

Color spaces of #f17bde

RGB 241123222
HSL0.860.810.71
HSV310°49°95°
CMYK 0.000.490.08   0.05
XYZ56.543438.140673.4890
Yxy38.14060.33620.2268
Hunter Lab61.758155.3513-27.3215
CIE-Lab68.124157.9140-30.3939

#f17bde color RGB value is (241,123,222).

#f17bde hex color red value is 241, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f17bde hue: 0.86 , saturation: 0.81 and the lightness value of f17bde is 0.71.

The process color (four color CMYK) of #f17bde color hex is 0.00, 0.49, 0.08, 0.05. Web safe color of #f17bde is #ff66cc. Color #f17bde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111011 11011110
Octal 361 173 336
Decimal 241 123 222
Hex F1 7B DE

RGB Percentages of Color #f17bde

%41.13
%20.99
%37.88

CMYK Percentages of Color #f17bde

%0
%49
%8
%5

Triadic Colors of #f17bde

#f17bde #def17b #7bdef1

Analogous Colors of #f17bde

#f17bde #f17ba3 #c97bf1

Monochromatic Colors of #f17bde

#f17bde

Complementary Color

#f17bde #7bf18e

#f17bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17bde Color CSS Codes

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

#f17bde Text Font Color

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

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


#f17bde Background Color

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

This div background color is #f17bde


#f17bde Border Color

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

This div border color is #f17bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17bde


Comments

No comments written yet.

Please login to write comment.