Color Hex Logo

#f20ddb Color Hex

#F20DDB
(242,13,219)
0 Favorites   0 Comments

Color spaces of #f20ddb

RGB 24213219
HSL0.850.900.50
HSV306°95°95°
CMYK 0.000.950.10   0.05
XYZ49.548124.279669.0928
Yxy24.27960.34670.1699
Hunter Lab49.274393.2617-48.6448
CIE-Lab56.366790.4824-47.0950

#f20ddb color RGB value is (242,13,219).

#f20ddb hex color red value is 242, green value is 13 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f20ddb hue: 0.85 , saturation: 0.90 and the lightness value of f20ddb is 0.50.

The process color (four color CMYK) of #f20ddb color hex is 0.00, 0.95, 0.10, 0.05. Web safe color of #f20ddb is #ff00cc. Color #f20ddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001101 11011011
Octal 362 15 333
Decimal 242 13 219
Hex F2 D DB

RGB Percentages of Color #f20ddb

%51.05
%2.74
%46.20

CMYK Percentages of Color #f20ddb

%0
%95
%10
%5

Triadic Colors of #f20ddb

#f20ddb #dbf20d #0ddbf2

Analogous Colors of #f20ddb

#f20ddb #f20d69 #970df2

Monochromatic Colors of #f20ddb

#f20ddb

Complementary Color

#f20ddb #0df224

#f20ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20ddb Color CSS Codes

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

#f20ddb Text Font Color

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

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


#f20ddb Background Color

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

This div background color is #f20ddb


#f20ddb Border Color

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

This div border color is #f20ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20ddb


Comments

No comments written yet.

Please login to write comment.