Color Hex Logo

#fd13eb Color Hex

#FD13EB
(253,19,235)
0 Favorites   0 Comments

Color spaces of #fd13eb

RGB 25319235
HSL0.850.980.53
HSV305°92°99°
CMYK 0.000.920.07   0.01
XYZ55.736327.346580.9380
Yxy27.34650.33980.1667
Hunter Lab52.293998.7361-55.1605
CIE-Lab59.293793.9657-51.3566

#fd13eb color RGB value is (253,19,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010011 11101011
Octal 375 23 353
Decimal 253 19 235
Hex FD 13 EB

RGB Percentages of Color #fd13eb

%49.90
%3.75
%46.35

CMYK Percentages of Color #fd13eb

%0
%92
%7
%1

Triadic Colors of #fd13eb

#fd13eb #ebfd13 #13ebfd

Analogous Colors of #fd13eb

#fd13eb #fd1376 #9a13fd

Monochromatic Colors of #fd13eb

#fd13eb

Complementary Color

#fd13eb #13fd25

#fd13eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd13eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd13eb Color CSS Codes

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

#fd13eb Text Font Color

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

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


#fd13eb Background Color

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

This div background color is #fd13eb


#fd13eb Border Color

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

This div border color is #fd13eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd13eb


Comments

No comments written yet.

Please login to write comment.