Color Hex Logo

#f31dba Color Hex

#F31DBA
(243,29,186)
0 Favorites   0 Comments

Color spaces of #f31dba

RGB 24329186
HSL0.880.900.53
HSV316°88°95°
CMYK 0.000.880.23   0.05
XYZ46.264423.478648.5478
Yxy23.47860.39110.1985
Hunter Lab48.454785.6354-25.4856
CIE-Lab55.561984.8575-29.4091

#f31dba color RGB value is (243,29,186).

#f31dba hex color red value is 243, green value is 29 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f31dba hue: 0.88 , saturation: 0.90 and the lightness value of f31dba is 0.53.

The process color (four color CMYK) of #f31dba color hex is 0.00, 0.88, 0.23, 0.05. Web safe color of #f31dba is #ff33cc. Color #f31dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00011101 10111010
Octal 363 35 272
Decimal 243 29 186
Hex F3 1D BA

RGB Percentages of Color #f31dba

%53.06
%6.33
%40.61

CMYK Percentages of Color #f31dba

%0
%88
%23
%5

Triadic Colors of #f31dba

#f31dba #baf31d #1dbaf3

Analogous Colors of #f31dba

#f31dba #f31d4f #c11df3

Monochromatic Colors of #f31dba

#f31dba

Complementary Color

#f31dba #1df356

#f31dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f31dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f31dba Color CSS Codes

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

#f31dba Text Font Color

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

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


#f31dba Background Color

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

This div background color is #f31dba


#f31dba Border Color

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

This div border color is #f31dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f31dba


Comments

No comments written yet.

Please login to write comment.