Color Hex Logo

#fd14eb Color Hex

#FD14EB
(253,20,235)
0 Favorites   0 Comments

Color spaces of #fd14eb

RGB 25320235
HSL0.850.980.54
HSV305°92°99°
CMYK 0.000.920.07   0.01
XYZ55.753627.381180.9438
Yxy27.38110.33980.1669
Hunter Lab52.327098.6170-55.0860
CIE-Lab59.325493.8722-51.3062

#fd14eb color RGB value is (253,20,235).

#fd14eb hex color red value is 253, green value is 20 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fd14eb hue: 0.85 , saturation: 0.98 and the lightness value of fd14eb is 0.54.

The process color (four color CMYK) of #fd14eb color hex is 0.00, 0.92, 0.07, 0.01. Web safe color of #fd14eb is #ff00ff. Color #fd14eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010100 11101011
Octal 375 24 353
Decimal 253 20 235
Hex FD 14 EB

RGB Percentages of Color #fd14eb

%49.80
%3.94
%46.26

CMYK Percentages of Color #fd14eb

%0
%92
%7
%1

Triadic Colors of #fd14eb

#fd14eb #ebfd14 #14ebfd

Analogous Colors of #fd14eb

#fd14eb #fd1477 #9b14fd

Monochromatic Colors of #fd14eb

#fd14eb

Complementary Color

#fd14eb #14fd26

#fd14eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd14eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd14eb Color CSS Codes

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

#fd14eb Text Font Color

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

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


#fd14eb Background Color

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

This div background color is #fd14eb


#fd14eb Border Color

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

This div border color is #fd14eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd14eb


Comments

No comments written yet.

Please login to write comment.