color codes Logo

#fe18c3 color codes

#FE18C3
(254,24,195)
0 Favorites   0 Comments

Color spaces of #fe18c3

RGB 25424195
HSL0.880.990.55
HSV315°91°100°
CMYK 0.000.910.23   0.00
XYZ51.050025.664253.8928
Yxy25.66420.39090.1965
Hunter Lab50.659891.2200-27.6118
CIE-Lab57.716988.6878-31.1069

#fe18c3 color RGB value is (254,24,195).

#fe18c3 hex color red value is 254, green value is 24 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #fe18c3 hue: 0.88 , saturation: 0.99 and the lightness value of fe18c3 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011000 11000011
Octal 376 30 303
Decimal 254 24 195
Hex FE 18 C3

RGB Percentages of Color #fe18c3

%53.70
%5.07
%41.23

CMYK Percentages of Color #fe18c3

%0
%91
%23
%0

Triadic Colors of #fe18c3

#fe18c3 #c3fe18 #18c3fe

Analogous Colors of #fe18c3

#fe18c3 #fe1850 #c618fe

Monochromatic Colors of #fe18c3

#fe18c3

Complementary Color

#fe18c3 #18fe53

#fe18c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe18c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe18c3 Color CSS Codes

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

#fe18c3 Text Font Color

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

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


#fe18c3 Background Color

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

This div background color is #fe18c3


#fe18c3 Border Color

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

This div border color is #fe18c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe18c3

Related Colors


Comments

No comments written yet.

Please login to write comment.