Color Hex Logo

#fd15e7 Color Hex

#FD15E7
(253,21,231)
0 Favorites   0 Comments

Color spaces of #fd15e7

RGB 25321231
HSL0.850.980.54
HSV306°92°99°
CMYK 0.000.920.09   0.01
XYZ55.200027.188577.9398
Yxy27.18850.34430.1696
Hunter Lab52.142697.7169-52.1235
CIE-Lab59.148493.2453-49.3418

#fd15e7 color RGB value is (253,21,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010101 11100111
Octal 375 25 347
Decimal 253 21 231
Hex FD 15 E7

RGB Percentages of Color #fd15e7

%50.10
%4.16
%45.74

CMYK Percentages of Color #fd15e7

%0
%92
%9
%1

Triadic Colors of #fd15e7

#fd15e7 #e7fd15 #15e7fd

Analogous Colors of #fd15e7

#fd15e7 #fd1573 #9f15fd

Monochromatic Colors of #fd15e7

#fd15e7

Complementary Color

#fd15e7 #15fd2b

#fd15e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd15e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd15e7 Color CSS Codes

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

#fd15e7 Text Font Color

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

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


#fd15e7 Background Color

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

This div background color is #fd15e7


#fd15e7 Border Color

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

This div border color is #fd15e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd15e7

Related Colors


Comments

No comments written yet.

Please login to write comment.