Color Hex Logo

#f20dba Color Hex

#F20DBA
(242,13,186)
0 Favorites   0 Comments

Color spaces of #f20dba

RGB 24213186
HSL0.870.900.50
HSV315°95°95°
CMYK 0.000.950.23   0.05
XYZ45.624822.710348.4332
Yxy22.71030.39070.1945
Hunter Lab47.655387.4976-26.8991
CIE-Lab54.772786.4385-30.6495

#f20dba color RGB value is (242,13,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001101 10111010
Octal 362 15 272
Decimal 242 13 186
Hex F2 D BA

RGB Percentages of Color #f20dba

%54.88
%2.95
%42.18

CMYK Percentages of Color #f20dba

%0
%95
%23
%5

Triadic Colors of #f20dba

#f20dba #baf20d #0dbaf2

Analogous Colors of #f20dba

#f20dba #f20d48 #b80df2

Monochromatic Colors of #f20dba

#f20dba

Complementary Color

#f20dba #0df245

#f20dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20dba Color CSS Codes

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

#f20dba Text Font Color

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

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


#f20dba Background Color

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

This div background color is #f20dba


#f20dba Border Color

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

This div border color is #f20dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,13,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20dba


Comments

No comments written yet.

Please login to write comment.