Color Hex Logo

#f30dbd Color Hex

#F30DBD
(243,13,189)
0 Favorites   0 Comments

Color spaces of #f30dbd

RGB 24313189
HSL0.870.910.50
HSV314°95°95°
CMYK 0.000.950.22   0.05
XYZ46.291423.016750.1469
Yxy23.01670.38750.1927
Hunter Lab47.975788.2757-28.3902
CIE-Lab55.089586.9702-31.8831

#f30dbd color RGB value is (243,13,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001101 10111101
Octal 363 15 275
Decimal 243 13 189
Hex F3 D BD

RGB Percentages of Color #f30dbd

%54.61
%2.92
%42.47

CMYK Percentages of Color #f30dbd

%0
%95
%22
%5

Triadic Colors of #f30dbd

#f30dbd #bdf30d #0dbdf3

Analogous Colors of #f30dbd

#f30dbd #f30d4a #b60df3

Monochromatic Colors of #f30dbd

#f30dbd

Complementary Color

#f30dbd #0df343

#f30dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30dbd Color CSS Codes

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

#f30dbd Text Font Color

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

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


#f30dbd Background Color

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

This div background color is #f30dbd


#f30dbd Border Color

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

This div border color is #f30dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30dbd


Comments

No comments written yet.

Please login to write comment.