color codes Logo

#fe17dd color codes

#FE17DD
(254,23,221)
0 Favorites   0 Comments

Color spaces of #fe17dd

RGB 25423221
HSL0.860.990.54
HSV309°91°100°
CMYK 0.000.910.13   0.00
XYZ54.230626.904170.7413
Yxy26.90410.35710.1771
Hunter Lab51.869295.8555-44.5537
CIE-Lab58.885591.9223-44.1083

#fe17dd color RGB value is (254,23,221).

#fe17dd hex color red value is 254, green value is 23 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fe17dd hue: 0.86 , saturation: 0.99 and the lightness value of fe17dd is 0.54.

The process color (four color CMYK) of #fe17dd color code is 0.00, 0.91, 0.13, 0.00. Web safe color of #fe17dd is #ff00cc. Color #fe17dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010111 11011101
Octal 376 27 335
Decimal 254 23 221
Hex FE 17 DD

RGB Percentages of Color #fe17dd

%51.00
%4.62
%44.38

CMYK Percentages of Color #fe17dd

%0
%91
%13
%0

Triadic Colors of #fe17dd

#fe17dd #ddfe17 #17ddfe

Analogous Colors of #fe17dd

#fe17dd #fe176a #ac17fe

Monochromatic Colors of #fe17dd

#fe17dd

Complementary Color

#fe17dd #17fe38

#fe17dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe17dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe17dd Color CSS Codes

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

#fe17dd Text Font Color

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

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


#fe17dd Background Color

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

This div background color is #fe17dd


#fe17dd Border Color

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

This div border color is #fe17dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,23,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe17dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe17dd;
  -webkit-box-shadow: 1px 1px 3px 2px #fe17dd;
  box-shadow:         1px 1px 3px 2px #fe17dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,23,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe17dd

Related Colors


Comments

No comments written yet.

Please login to write comment.