Color Hex Logo

#f31dcb Color Hex

#F31DCB
(243,29,203)
0 Favorites   0 Comments

Color spaces of #f31dcb

RGB 24329203
HSL0.860.900.53
HSV311°88°95°
CMYK 0.000.880.16   0.05
XYZ48.181024.245258.6403
Yxy24.24520.36760.1850
Hunter Lab49.239488.4941-36.1422
CIE-Lab56.332586.8942-38.0093

#f31dcb color RGB value is (243,29,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00011101 11001011
Octal 363 35 313
Decimal 243 29 203
Hex F3 1D CB

RGB Percentages of Color #f31dcb

%51.16
%6.11
%42.74

CMYK Percentages of Color #f31dcb

%0
%88
%16
%5

Triadic Colors of #f31dcb

#f31dcb #cbf31d #1dcbf3

Analogous Colors of #f31dcb

#f31dcb #f31d60 #b01df3

Monochromatic Colors of #f31dcb

#f31dcb

Complementary Color

#f31dcb #1df345

#f31dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f31dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f31dcb Color CSS Codes

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

#f31dcb Text Font Color

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

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


#f31dcb Background Color

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

This div background color is #f31dcb


#f31dcb Border Color

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

This div border color is #f31dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f31dcb


Comments

No comments written yet.

Please login to write comment.