Color Hex Logo

#f17edf Color Hex

#F17EDF
(241,126,223)
0 Favorites   0 Comments

Color spaces of #f17edf

RGB 241126223
HSL0.860.800.72
HSV309°48°95°
CMYK 0.000.480.07   0.05
XYZ57.055838.950274.3230
Yxy38.95020.33500.2287
Hunter Lab62.410153.9684-26.9203
CIE-Lab68.715256.6327-30.0360

#f17edf color RGB value is (241,126,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111110 11011111
Octal 361 176 337
Decimal 241 126 223
Hex F1 7E DF

RGB Percentages of Color #f17edf

%40.85
%21.36
%37.80

CMYK Percentages of Color #f17edf

%0
%48
%7
%5

Triadic Colors of #f17edf

#f17edf #dff17e #7edff1

Analogous Colors of #f17edf

#f17edf #f17ea6 #ca7ef1

Monochromatic Colors of #f17edf

#f17edf

Complementary Color

#f17edf #7ef190

#f17edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17edf Color CSS Codes

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

#f17edf Text Font Color

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

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


#f17edf Background Color

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

This div background color is #f17edf


#f17edf Border Color

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

This div border color is #f17edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17edf


Comments

No comments written yet.

Please login to write comment.