Color Hex Logo

#f83dbe Color Hex

#F83DBE
(248,61,190)
0 Favorites   0 Comments

Color spaces of #f83dbe

RGB 24861190
HSL0.890.930.61
HSV319°75°97°
CMYK 0.000.750.23   0.03
XYZ49.674427.011751.3108
Yxy27.01170.38810.2110
Hunter Lab51.972879.6539-22.1539
CIE-Lab58.985279.5374-26.3523

#f83dbe color RGB value is (248,61,190).

#f83dbe hex color red value is 248, green value is 61 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f83dbe hue: 0.89 , saturation: 0.93 and the lightness value of f83dbe is 0.61.

The process color (four color CMYK) of #f83dbe color hex is 0.00, 0.75, 0.23, 0.03. Web safe color of #f83dbe is #ff33cc. Color #f83dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111101 10111110
Octal 370 75 276
Decimal 248 61 190
Hex F8 3D BE

RGB Percentages of Color #f83dbe

%49.70
%12.22
%38.08

CMYK Percentages of Color #f83dbe

%0
%75
%23
%3

Triadic Colors of #f83dbe

#f83dbe #bef83d #3dbef8

Analogous Colors of #f83dbe

#f83dbe #f83d60 #d53df8

Monochromatic Colors of #f83dbe

#f83dbe

Complementary Color

#f83dbe #3df877

#f83dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83dbe Color CSS Codes

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

#f83dbe Text Font Color

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

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


#f83dbe Background Color

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

This div background color is #f83dbe


#f83dbe Border Color

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

This div border color is #f83dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,61,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83dbe


Comments

No comments written yet.

Please login to write comment.