Color Hex Logo

#f17bdf Color Hex

#F17BDF
(241,123,223)
0 Favorites   0 Comments

Color spaces of #f17bdf

RGB 241123223
HSL0.860.810.71
HSV309°49°95°
CMYK 0.000.490.07   0.05
XYZ56.677938.194474.1970
Yxy38.19440.33520.2259
Hunter Lab61.801655.5485-27.9205
CIE-Lab68.163658.0767-30.8873

#f17bdf color RGB value is (241,123,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111011 11011111
Octal 361 173 337
Decimal 241 123 223
Hex F1 7B DF

RGB Percentages of Color #f17bdf

%41.06
%20.95
%37.99

CMYK Percentages of Color #f17bdf

%0
%49
%7
%5

Triadic Colors of #f17bdf

#f17bdf #dff17b #7bdff1

Analogous Colors of #f17bdf

#f17bdf #f17ba4 #c87bf1

Monochromatic Colors of #f17bdf

#f17bdf

Complementary Color

#f17bdf #7bf18d

#f17bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17bdf Color CSS Codes

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

#f17bdf Text Font Color

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

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


#f17bdf Background Color

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

This div background color is #f17bdf


#f17bdf Border Color

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

This div border color is #f17bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17bdf


Comments

No comments written yet.

Please login to write comment.