Color Hex Logo

#f10dbf Color Hex

#F10DBF
(241,13,191)
0 Favorites   0 Comments

Color spaces of #f10dbf

RGB 24113191
HSL0.870.900.50
HSV313°95°95°
CMYK 0.000.950.21   0.05
XYZ45.823522.750251.2663
Yxy22.75020.38240.1898
Hunter Lab47.697288.0180-30.3386
CIE-Lab54.814186.8275-33.4987

#f10dbf color RGB value is (241,13,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00001101 10111111
Octal 361 15 277
Decimal 241 13 191
Hex F1 D BF

RGB Percentages of Color #f10dbf

%54.16
%2.92
%42.92

CMYK Percentages of Color #f10dbf

%0
%95
%21
%5

Triadic Colors of #f10dbf

#f10dbf #bff10d #0dbff1

Analogous Colors of #f10dbf

#f10dbf #f10d4d #b10df1

Monochromatic Colors of #f10dbf

#f10dbf

Complementary Color

#f10dbf #0df13f

#f10dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f10dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f10dbf Color CSS Codes

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

#f10dbf Text Font Color

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

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


#f10dbf Background Color

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

This div background color is #f10dbf


#f10dbf Border Color

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

This div border color is #f10dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f10dbf


Comments

No comments written yet.

Please login to write comment.