Color Hex Logo

#fd85ef Color Hex

#FD85EF
(253,133,239)
0 Favorites   0 Comments

Color spaces of #fd85ef

RGB 253133239
HSL0.850.970.76
HSV307°47°99°
CMYK 0.000.470.06   0.01
XYZ64.475543.889786.7347
Yxy43.88970.33050.2250
Hunter Lab66.249357.7844-31.2490
CIE-Lab72.154759.3507-33.4082

#fd85ef color RGB value is (253,133,239).

#fd85ef hex color red value is 253, green value is 133 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fd85ef hue: 0.85 , saturation: 0.97 and the lightness value of fd85ef is 0.76.

The process color (four color CMYK) of #fd85ef color hex is 0.00, 0.47, 0.06, 0.01. Web safe color of #fd85ef is #ff99ff. Color #fd85ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000101 11101111
Octal 375 205 357
Decimal 253 133 239
Hex FD 85 EF

RGB Percentages of Color #fd85ef

%40.48
%21.28
%38.24

CMYK Percentages of Color #fd85ef

%0
%47
%6
%1

Triadic Colors of #fd85ef

#fd85ef #effd85 #85effd

Analogous Colors of #fd85ef

#fd85ef #fd85b3 #cf85fd

Monochromatic Colors of #fd85ef

#fd85ef

Complementary Color

#fd85ef #85fd93

#fd85ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd85ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd85ef Color CSS Codes

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

#fd85ef Text Font Color

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

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


#fd85ef Background Color

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

This div background color is #fd85ef


#fd85ef Border Color

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

This div border color is #fd85ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd85ef

Related Colors


Comments

No comments written yet.

Please login to write comment.