Color Hex Logo

#f80ced Color Hex

#F80CED
(248,12,237)
0 Favorites   0 Comments

Color spaces of #f80ced

RGB 24812237
HSL0.840.940.51
HSV303°95°97°
CMYK 0.000.950.04   0.03
XYZ54.128926.333882.3508
Yxy26.33380.33250.1617
Hunter Lab51.316598.4790-59.2249
CIE-Lab58.352593.9599-54.0273

#f80ced color RGB value is (248,12,237).

#f80ced hex color red value is 248, green value is 12 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f80ced hue: 0.84 , saturation: 0.94 and the lightness value of f80ced is 0.51.

The process color (four color CMYK) of #f80ced color hex is 0.00, 0.95, 0.04, 0.03. Web safe color of #f80ced is #ff00ff. Color #f80ced contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001100 11101101
Octal 370 14 355
Decimal 248 12 237
Hex F8 C ED

RGB Percentages of Color #f80ced

%49.90
%2.41
%47.69

CMYK Percentages of Color #f80ced

%0
%95
%4
%3

Triadic Colors of #f80ced

#f80ced #edf80c #0cedf8

Analogous Colors of #f80ced

#f80ced #f80c77 #8d0cf8

Monochromatic Colors of #f80ced

#f80ced

Complementary Color

#f80ced #0cf817

#f80ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80ced Color CSS Codes

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

#f80ced Text Font Color

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

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


#f80ced Background Color

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

This div background color is #f80ced


#f80ced Border Color

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

This div border color is #f80ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80ced


Comments

No comments written yet.

Please login to write comment.