Color Hex Logo

#ff217d Color Hex

#FF217D
(255,33,125)
0 Favorites   0 Comments

Color spaces of #ff217d

RGB 25533125
HSL0.931.000.56
HSV335°87°100°
CMYK 0.000.870.51   0.00
XYZ45.485523.828421.6040
Yxy23.82840.50030.2621
Hunter Lab48.814380.90237.9298
CIE-Lab55.915681.11347.3415

#ff217d color RGB value is (255,33,125).

#ff217d hex color red value is 255, green value is 33 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ff217d hue: 0.93 , saturation: 1.00 and the lightness value of ff217d is 0.56.

The process color (four color CMYK) of #ff217d color hex is 0.00, 0.87, 0.51, 0.00. Web safe color of #ff217d is #ff3366. Color #ff217d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00100001 01111101
Octal 377 41 175
Decimal 255 33 125
Hex FF 21 7D

RGB Percentages of Color #ff217d

%61.74
%7.99
%30.27

CMYK Percentages of Color #ff217d

%0
%87
%51
%0

Triadic Colors of #ff217d

#ff217d #7dff21 #217dff

Analogous Colors of #ff217d

#ff217d #ff3421 #ff21ec

Monochromatic Colors of #ff217d

#ff217d

Complementary Color

#ff217d #21ffa3

#ff217d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff217d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff217d Color CSS Codes

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

#ff217d Text Font Color

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

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


#ff217d Background Color

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

This div background color is #ff217d


#ff217d Border Color

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

This div border color is #ff217d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,33,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff217d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff217d;
  -webkit-box-shadow: 1px 1px 3px 2px #ff217d;
  box-shadow:         1px 1px 3px 2px #ff217d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,33,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff217d


Comments

No comments written yet.

Please login to write comment.