Color Hex Logo

#f88ffd Color Hex

#F88FFD
(248,143,253)
0 Favorites   0 Comments

Color spaces of #f88ffd

RGB 248143253
HSL0.830.960.78
HSV297°43°99°
CMYK 0.020.430.00   0.01
XYZ66.263546.693298.4487
Yxy46.69320.31340.2209
Hunter Lab68.332453.5138-37.5883
CIE-Lab73.993155.4507-38.2351

#f88ffd color RGB value is (248,143,253).

#f88ffd hex color red value is 248, green value is 143 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f88ffd hue: 0.83 , saturation: 0.96 and the lightness value of f88ffd is 0.78.

The process color (four color CMYK) of #f88ffd color hex is 0.02, 0.43, 0.00, 0.01. Web safe color of #f88ffd is #ff99ff. Color #f88ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001111 11111101
Octal 370 217 375
Decimal 248 143 253
Hex F8 8F FD

RGB Percentages of Color #f88ffd

%38.51
%22.20
%39.29

CMYK Percentages of Color #f88ffd

%2
%43
%0
%1

Triadic Colors of #f88ffd

#f88ffd #fdf88f #8ffdf8

Analogous Colors of #f88ffd

#f88ffd #fd8fcb #c18ffd

Monochromatic Colors of #f88ffd

#f88ffd

Complementary Color

#f88ffd #94fd8f

#f88ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88ffd Color CSS Codes

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

#f88ffd Text Font Color

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

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


#f88ffd Background Color

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

This div background color is #f88ffd


#f88ffd Border Color

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

This div border color is #f88ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.