Color Hex Logo

#fe67da Color Hex

#FE67DA
(254,103,218)
0 Favorites   0 Comments

Color spaces of #fe67da

RGB 254103218
HSL0.870.990.70
HSV314°59°100°
CMYK 0.000.590.14   0.00
XYZ58.378235.833370.1693
Yxy35.83330.35510.2180
Hunter Lab59.860969.3220-27.5974
CIE-Lab66.392469.8786-30.6972

#fe67da color RGB value is (254,103,218).

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

The process color (four color CMYK) of #fe67da color hex is 0.00, 0.59, 0.14, 0.00. Web safe color of #fe67da is #ff66cc. Color #fe67da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100111 11011010
Octal 376 147 332
Decimal 254 103 218
Hex FE 67 DA

RGB Percentages of Color #fe67da

%44.17
%17.91
%37.91

CMYK Percentages of Color #fe67da

%0
%59
%14
%0

Triadic Colors of #fe67da

#fe67da #dafe67 #67dafe

Analogous Colors of #fe67da

#fe67da #fe678f #d767fe

Monochromatic Colors of #fe67da

#fe67da

Complementary Color

#fe67da #67fe8b

#fe67da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe67da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe67da Color CSS Codes

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

#fe67da Text Font Color

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

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


#fe67da Background Color

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

This div background color is #fe67da


#fe67da Border Color

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

This div border color is #fe67da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe67da


Comments

No comments written yet.

Please login to write comment.