Color Hex Logo

#f17ddb Color Hex

#F17DDB
(241,125,219)
0 Favorites   0 Comments

Color spaces of #f17ddb

RGB 241125219
HSL0.860.810.72
HSV311°48°95°
CMYK 0.000.480.09   0.05
XYZ56.395438.482571.4733
Yxy38.48250.33900.2313
Hunter Lab62.034353.7145-24.8875
CIE-Lab68.374756.4665-28.3429

#f17ddb color RGB value is (241,125,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111101 11011011
Octal 361 175 333
Decimal 241 125 219
Hex F1 7D DB

RGB Percentages of Color #f17ddb

%41.20
%21.37
%37.44

CMYK Percentages of Color #f17ddb

%0
%48
%9
%5

Triadic Colors of #f17ddb

#f17ddb #dbf17d #7ddbf1

Analogous Colors of #f17ddb

#f17ddb #f17da1 #cd7df1

Monochromatic Colors of #f17ddb

#f17ddb

Complementary Color

#f17ddb #7df193

#f17ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17ddb Color CSS Codes

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

#f17ddb Text Font Color

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

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


#f17ddb Background Color

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

This div background color is #f17ddb


#f17ddb Border Color

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

This div border color is #f17ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17ddb


Comments

No comments written yet.

Please login to write comment.