Color Hex Logo

#fd6eba Color Hex

#FD6EBA
(253,110,186)
0 Favorites   0 Comments

Color spaces of #fd6eba

RGB 253110186
HSL0.910.970.71
HSV328°57°99°
CMYK 0.000.570.26   0.01
XYZ54.946935.579750.4259
Yxy35.57970.38980.2524
Hunter Lab59.648760.0444-8.3685
CIE-Lab66.197562.2226-13.0173

#fd6eba color RGB value is (253,110,186).

#fd6eba hex color red value is 253, green value is 110 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fd6eba hue: 0.91 , saturation: 0.97 and the lightness value of fd6eba is 0.71.

The process color (four color CMYK) of #fd6eba color hex is 0.00, 0.57, 0.26, 0.01. Web safe color of #fd6eba is #ff66cc. Color #fd6eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101110 10111010
Octal 375 156 272
Decimal 253 110 186
Hex FD 6E BA

RGB Percentages of Color #fd6eba

%46.08
%20.04
%33.88

CMYK Percentages of Color #fd6eba

%0
%57
%26
%1

Triadic Colors of #fd6eba

#fd6eba #bafd6e #6ebafd

Analogous Colors of #fd6eba

#fd6eba #fd6e73 #f96efd

Monochromatic Colors of #fd6eba

#fd6eba

Complementary Color

#fd6eba #6efdb1

#fd6eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6eba Color CSS Codes

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

#fd6eba Text Font Color

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

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


#fd6eba Background Color

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

This div background color is #fd6eba


#fd6eba Border Color

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

This div border color is #fd6eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6eba


Comments

No comments written yet.

Please login to write comment.