Color Hex Logo

#f70dba Color Hex

#F70DBA
(247,13,186)
0 Favorites   0 Comments

Color spaces of #f70dba

RGB 24713186
HSL0.880.940.51
HSV316°95°97°
CMYK 0.000.950.25   0.03
XYZ47.364623.607248.5146
Yxy23.60720.39640.1976
Hunter Lab48.587288.9806-25.1903
CIE-Lab55.692387.3887-29.1494

#f70dba color RGB value is (247,13,186).

#f70dba hex color red value is 247, green value is 13 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f70dba hue: 0.88 , saturation: 0.94 and the lightness value of f70dba is 0.51.

The process color (four color CMYK) of #f70dba color hex is 0.00, 0.95, 0.25, 0.03. Web safe color of #f70dba is #ff00cc. Color #f70dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00001101 10111010
Octal 367 15 272
Decimal 247 13 186
Hex F7 D BA

RGB Percentages of Color #f70dba

%55.38
%2.91
%41.70

CMYK Percentages of Color #f70dba

%0
%95
%25
%3

Triadic Colors of #f70dba

#f70dba #baf70d #0dbaf7

Analogous Colors of #f70dba

#f70dba #f70d45 #bf0df7

Monochromatic Colors of #f70dba

#f70dba

Complementary Color

#f70dba #0df74a

#f70dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70dba Color CSS Codes

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

#f70dba Text Font Color

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

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


#f70dba Background Color

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

This div background color is #f70dba


#f70dba Border Color

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

This div border color is #f70dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70dba


Comments

No comments written yet.

Please login to write comment.