Color Hex Logo

#fd85be Color Hex

#FD85BE
(253,133,190)
0 Favorites   0 Comments

Color spaces of #fd85be

RGB 253133190
HSL0.920.970.76
HSV332°47°99°
CMYK 0.000.470.25   0.01
XYZ58.189841.375453.6345
Yxy41.37540.37980.2701
Hunter Lab64.323748.9117-4.4107
CIE-Lab70.438151.9822-8.9206

#fd85be color RGB value is (253,133,190).

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

The process color (four color CMYK) of #fd85be color hex is 0.00, 0.47, 0.25, 0.01. Web safe color of #fd85be is #ff99cc. Color #fd85be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000101 10111110
Octal 375 205 276
Decimal 253 133 190
Hex FD 85 BE

RGB Percentages of Color #fd85be

%43.92
%23.09
%32.99

CMYK Percentages of Color #fd85be

%0
%47
%25
%1

Triadic Colors of #fd85be

#fd85be #befd85 #85befd

Analogous Colors of #fd85be

#fd85be #fd8885 #fd85fa

Monochromatic Colors of #fd85be

#fd85be

Complementary Color

#fd85be #85fdc4

#fd85be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd85be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd85be Color CSS Codes

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

#fd85be Text Font Color

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

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


#fd85be Background Color

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

This div background color is #fd85be


#fd85be Border Color

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

This div border color is #fd85be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd85be


Comments

No comments written yet.

Please login to write comment.