Color Hex Logo

#fe67db Color Hex

#FE67DB
(254,103,219)
0 Favorites   0 Comments

Color spaces of #fe67db

RGB 254103219
HSL0.870.990.70
HSV314°59°100°
CMYK 0.000.590.14   0.00
XYZ58.509535.885870.8607
Yxy35.88580.35410.2172
Hunter Lab59.904869.5092-28.2002
CIE-Lab66.432670.0237-31.1934

#fe67db color RGB value is (254,103,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100111 11011011
Octal 376 147 333
Decimal 254 103 219
Hex FE 67 DB

RGB Percentages of Color #fe67db

%44.10
%17.88
%38.02

CMYK Percentages of Color #fe67db

%0
%59
%14
%0

Triadic Colors of #fe67db

#fe67db #dbfe67 #67dbfe

Analogous Colors of #fe67db

#fe67db #fe6790 #d667fe

Monochromatic Colors of #fe67db

#fe67db

Complementary Color

#fe67db #67fe8a

#fe67db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe67db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe67db Color CSS Codes

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

#fe67db Text Font Color

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

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


#fe67db Background Color

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

This div background color is #fe67db


#fe67db Border Color

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

This div border color is #fe67db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe67db


Comments

No comments written yet.

Please login to write comment.