Color Hex Logo

#f185dd Color Hex

#F185DD
(241,133,221)
0 Favorites   0 Comments

Color spaces of #f185dd

RGB 241133221
HSL0.860.790.73
HSV311°45°95°
CMYK 0.000.450.08   0.05
XYZ57.714340.696373.2199
Yxy40.69630.33630.2371
Hunter Lab63.793749.8506-23.3952
CIE-Lab69.962652.8723-27.0097

#f185dd color RGB value is (241,133,221).

#f185dd hex color red value is 241, green value is 133 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f185dd hue: 0.86 , saturation: 0.79 and the lightness value of f185dd is 0.73.

The process color (four color CMYK) of #f185dd color hex is 0.00, 0.45, 0.08, 0.05. Web safe color of #f185dd is #ff99cc. Color #f185dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000101 11011101
Octal 361 205 335
Decimal 241 133 221
Hex F1 85 DD

RGB Percentages of Color #f185dd

%40.50
%22.35
%37.14

CMYK Percentages of Color #f185dd

%0
%45
%8
%5

Triadic Colors of #f185dd

#f185dd #ddf185 #85ddf1

Analogous Colors of #f185dd

#f185dd #f185a7 #cf85f1

Monochromatic Colors of #f185dd

#f185dd

Complementary Color

#f185dd #85f199

#f185dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f185dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f185dd Color CSS Codes

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

#f185dd Text Font Color

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

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


#f185dd Background Color

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

This div background color is #f185dd


#f185dd Border Color

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

This div border color is #f185dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f185dd


Comments

No comments written yet.

Please login to write comment.