Color Hex Logo

#f30dba Color Hex

#F30DBA
(243,13,186)
0 Favorites   0 Comments

Color spaces of #f30dba

RGB 24313186
HSL0.870.910.50
HSV315°95°95°
CMYK 0.000.950.23   0.05
XYZ45.969022.887748.4493
Yxy22.88770.39190.1951
Hunter Lab47.841187.7931-26.5550
CIE-Lab54.956586.6283-30.3496

#f30dba color RGB value is (243,13,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001101 10111010
Octal 363 15 272
Decimal 243 13 186
Hex F3 D BA

RGB Percentages of Color #f30dba

%54.98
%2.94
%42.08

CMYK Percentages of Color #f30dba

%0
%95
%23
%5

Triadic Colors of #f30dba

#f30dba #baf30d #0dbaf3

Analogous Colors of #f30dba

#f30dba #f30d47 #b90df3

Monochromatic Colors of #f30dba

#f30dba

Complementary Color

#f30dba #0df346

#f30dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30dba Color CSS Codes

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

#f30dba Text Font Color

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

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


#f30dba Background Color

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

This div background color is #f30dba


#f30dba Border Color

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

This div border color is #f30dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30dba


Comments

No comments written yet.

Please login to write comment.