Color Hex Logo

#fd4eba Color Hex

#FD4EBA
(253,78,186)
0 Favorites   0 Comments

Color spaces of #fd4eba

RGB 25378186
HSL0.900.980.65
HSV323°69°99°
CMYK 0.000.690.26   0.01
XYZ52.095329.876649.4754
Yxy29.87660.39630.2273
Hunter Lab54.659574.4721-15.4051
CIE-Lab61.547674.9316-20.0560

#fd4eba color RGB value is (253,78,186).

#fd4eba hex color red value is 253, green value is 78 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fd4eba hue: 0.90 , saturation: 0.98 and the lightness value of fd4eba is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001110 10111010
Octal 375 116 272
Decimal 253 78 186
Hex FD 4E BA

RGB Percentages of Color #fd4eba

%48.94
%15.09
%35.98

CMYK Percentages of Color #fd4eba

%0
%69
%26
%1

Triadic Colors of #fd4eba

#fd4eba #bafd4e #4ebafd

Analogous Colors of #fd4eba

#fd4eba #fd4e62 #e94efd

Monochromatic Colors of #fd4eba

#fd4eba

Complementary Color

#fd4eba #4efd91

#fd4eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4eba Color CSS Codes

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

#fd4eba Text Font Color

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

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


#fd4eba Background Color

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

This div background color is #fd4eba


#fd4eba Border Color

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

This div border color is #fd4eba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,78,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 #fd4eba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4eba


Comments

No comments written yet.

Please login to write comment.