Color Hex Logo

#f63dbf Color Hex

#F63DBF
(246,61,191)
0 Favorites   0 Comments

Color spaces of #f63dbf

RGB 24661191
HSL0.880.910.60
HSV318°75°96°
CMYK 0.000.750.22   0.04
XYZ49.078726.691951.8555
Yxy26.69190.38460.2091
Hunter Lab51.664279.1547-23.3446
CIE-Lab58.688179.2016-27.4133

#f63dbf color RGB value is (246,61,191).

#f63dbf hex color red value is 246, green value is 61 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f63dbf hue: 0.88 , saturation: 0.91 and the lightness value of f63dbf is 0.60.

The process color (four color CMYK) of #f63dbf color hex is 0.00, 0.75, 0.22, 0.04. Web safe color of #f63dbf is #ff33cc. Color #f63dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111101 10111111
Octal 366 75 277
Decimal 246 61 191
Hex F6 3D BF

RGB Percentages of Color #f63dbf

%49.40
%12.25
%38.35

CMYK Percentages of Color #f63dbf

%0
%75
%22
%4

Triadic Colors of #f63dbf

#f63dbf #bff63d #3dbff6

Analogous Colors of #f63dbf

#f63dbf #f63d63 #d13df6

Monochromatic Colors of #f63dbf

#f63dbf

Complementary Color

#f63dbf #3df674

#f63dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63dbf Color CSS Codes

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

#f63dbf Text Font Color

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

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


#f63dbf Background Color

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

This div background color is #f63dbf


#f63dbf Border Color

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

This div border color is #f63dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63dbf

Related Colors


Comments

No comments written yet.

Please login to write comment.