Color Hex Logo

#f190dd Color Hex

#F190DD
(241,144,221)
0 Favorites   0 Comments

Color spaces of #f190dd

RGB 241144221
HSL0.870.780.75
HSV312°40°95°
CMYK 0.000.400.08   0.05
XYZ59.300043.867773.7485
Yxy43.86770.33520.2480
Hunter Lab66.232743.9089-19.6551
CIE-Lab72.140047.3298-23.6762

#f190dd color RGB value is (241,144,221).

#f190dd hex color red value is 241, green value is 144 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f190dd hue: 0.87 , saturation: 0.78 and the lightness value of f190dd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010000 11011101
Octal 361 220 335
Decimal 241 144 221
Hex F1 90 DD

RGB Percentages of Color #f190dd

%39.77
%23.76
%36.47

CMYK Percentages of Color #f190dd

%0
%40
%8
%5

Triadic Colors of #f190dd

#f190dd #ddf190 #90ddf1

Analogous Colors of #f190dd

#f190dd #f190ad #d590f1

Monochromatic Colors of #f190dd

#f190dd

Complementary Color

#f190dd #90f1a4

#f190dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f190dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f190dd Color CSS Codes

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

#f190dd Text Font Color

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

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


#f190dd Background Color

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

This div background color is #f190dd


#f190dd Border Color

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

This div border color is #f190dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f190dd


Comments

No comments written yet.

Please login to write comment.