Color Hex Logo

#f813d0 Color Hex

#F813D0
(248,19,208)
0 Favorites   0 Comments

Color spaces of #f813d0

RGB 24819208
HSL0.860.940.52
HSV310°92°97°
CMYK 0.000.920.16   0.03
XYZ50.329424.976361.8428
Yxy24.97630.36700.1821
Hunter Lab49.976392.3027-38.3846
CIE-Lab57.052389.6310-39.6780

#f813d0 color RGB value is (248,19,208).

#f813d0 hex color red value is 248, green value is 19 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #f813d0 hue: 0.86 , saturation: 0.94 and the lightness value of f813d0 is 0.52.

The process color (four color CMYK) of #f813d0 color hex is 0.00, 0.92, 0.16, 0.03. Web safe color of #f813d0 is #ff00cc. Color #f813d0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010011 11010000
Octal 370 23 320
Decimal 248 19 208
Hex F8 13 D0

RGB Percentages of Color #f813d0

%52.21
%4.00
%43.79

CMYK Percentages of Color #f813d0

%0
%92
%16
%3

Triadic Colors of #f813d0

#f813d0 #d0f813 #13d0f8

Analogous Colors of #f813d0

#f813d0 #f8135d #ae13f8

Monochromatic Colors of #f813d0

#f813d0

Complementary Color

#f813d0 #13f83b

#f813d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f813d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f813d0 Color CSS Codes

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

#f813d0 Text Font Color

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

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


#f813d0 Background Color

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

This div background color is #f813d0


#f813d0 Border Color

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

This div border color is #f813d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f813d0


Comments

No comments written yet.

Please login to write comment.