Color Hex Logo

#fe18cb Color Hex

#FE18CB
(254,24,203)
0 Favorites   0 Comments

Color spaces of #fe18cb

RGB 25424203
HSL0.870.990.55
HSV313°91°100°
CMYK 0.000.910.20   0.00
XYZ51.979226.035958.7857
Yxy26.03590.38000.1903
Hunter Lab51.025492.5423-32.5895
CIE-Lab58.071189.6122-35.1460

#fe18cb color RGB value is (254,24,203).

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

The process color (four color CMYK) of #fe18cb color hex is 0.00, 0.91, 0.20, 0.00. Web safe color of #fe18cb is #ff00cc. Color #fe18cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011000 11001011
Octal 376 30 313
Decimal 254 24 203
Hex FE 18 CB

RGB Percentages of Color #fe18cb

%52.81
%4.99
%42.20

CMYK Percentages of Color #fe18cb

%0
%91
%20
%0

Triadic Colors of #fe18cb

#fe18cb #cbfe18 #18cbfe

Analogous Colors of #fe18cb

#fe18cb #fe1858 #be18fe

Monochromatic Colors of #fe18cb

#fe18cb

Complementary Color

#fe18cb #18fe4b

#fe18cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe18cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe18cb Color CSS Codes

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

#fe18cb Text Font Color

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

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


#fe18cb Background Color

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

This div background color is #fe18cb


#fe18cb Border Color

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

This div border color is #fe18cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe18cb

Related Colors


Comments

No comments written yet.

Please login to write comment.