color codes Logo

#fd15d2 color codes

#FD15D2
(253,21,210)
0 Favorites   0 Comments

Color spaces of #fd15d2

RGB 25321210
HSL0.860.980.54
HSV311°92°99°
CMYK 0.000.920.17   0.01
XYZ52.409026.072163.2429
Yxy26.07210.36980.1840
Hunter Lab51.060893.8564-37.6928
CIE-Lab58.105490.5882-39.1029

#fd15d2 color RGB value is (253,21,210).

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

The process color (four color CMYK) of #fd15d2 color code is 0.00, 0.92, 0.17, 0.01. Web safe color of #fd15d2 is #ff00cc. Color #fd15d2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010101 11010010
Octal 375 25 322
Decimal 253 21 210
Hex FD 15 D2

RGB Percentages of Color #fd15d2

%52.27
%4.34
%43.39

CMYK Percentages of Color #fd15d2

%0
%92
%17
%1

Triadic Colors of #fd15d2

#fd15d2 #d2fd15 #15d2fd

Analogous Colors of #fd15d2

#fd15d2 #fd155e #b415fd

Monochromatic Colors of #fd15d2

#fd15d2

Complementary Color

#fd15d2 #15fd40

#fd15d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd15d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd15d2 Color CSS Codes

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

#fd15d2 Text Font Color

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

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


#fd15d2 Background Color

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

This div background color is #fd15d2


#fd15d2 Border Color

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

This div border color is #fd15d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd15d2


Comments

No comments written yet.

Please login to write comment.