Color Hex Logo

#fd15ce Color Hex

#FD15CE
(253,21,206)
0 Favorites   0 Comments

Color spaces of #fd15ce

RGB 25321206
HSL0.870.980.54
HSV312°92°99°
CMYK 0.000.920.19   0.01
XYZ51.916825.875260.6506
Yxy25.87520.37500.1869
Hunter Lab50.867793.1631-35.0854
CIE-Lab57.918490.1068-37.1135

#fd15ce color RGB value is (253,21,206).

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

The process color (four color CMYK) of #fd15ce color hex is 0.00, 0.92, 0.19, 0.01. Web safe color of #fd15ce is #ff00cc. Color #fd15ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010101 11001110
Octal 375 25 316
Decimal 253 21 206
Hex FD 15 CE

RGB Percentages of Color #fd15ce

%52.71
%4.38
%42.92

CMYK Percentages of Color #fd15ce

%0
%92
%19
%1

Triadic Colors of #fd15ce

#fd15ce #cefd15 #15cefd

Analogous Colors of #fd15ce

#fd15ce #fd155a #b815fd

Monochromatic Colors of #fd15ce

#fd15ce

Complementary Color

#fd15ce #15fd44

#fd15ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd15ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd15ce Color CSS Codes

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

#fd15ce Text Font Color

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

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


#fd15ce Background Color

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

This div background color is #fd15ce


#fd15ce Border Color

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

This div border color is #fd15ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd15ce

Related Colors


Comments

No comments written yet.

Please login to write comment.