Color Hex Logo

#f85cdf Color Hex

#F85CDF
(248,92,223)
0 Favorites   0 Comments

Color spaces of #f85cdf

RGB 24892223
HSL0.860.920.67
HSV310°63°97°
CMYK 0.000.630.10   0.03
XYZ55.857832.938573.2258
Yxy32.93850.34480.2033
Hunter Lab57.392173.2920-35.4729
CIE-Lab64.111173.5050-37.1032

#f85cdf color RGB value is (248,92,223).

#f85cdf hex color red value is 248, green value is 92 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f85cdf hue: 0.86 , saturation: 0.92 and the lightness value of f85cdf is 0.67.

The process color (four color CMYK) of #f85cdf color hex is 0.00, 0.63, 0.10, 0.03. Web safe color of #f85cdf is #ff66cc. Color #f85cdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011100 11011111
Octal 370 134 337
Decimal 248 92 223
Hex F8 5C DF

RGB Percentages of Color #f85cdf

%44.05
%16.34
%39.61

CMYK Percentages of Color #f85cdf

%0
%63
%10
%3

Triadic Colors of #f85cdf

#f85cdf #dff85c #5cdff8

Analogous Colors of #f85cdf

#f85cdf #f85c91 #c35cf8

Monochromatic Colors of #f85cdf

#f85cdf

Complementary Color

#f85cdf #5cf875

#f85cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85cdf Color CSS Codes

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

#f85cdf Text Font Color

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

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


#f85cdf Background Color

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

This div background color is #f85cdf


#f85cdf Border Color

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

This div border color is #f85cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85cdf


Comments

No comments written yet.

Please login to write comment.