Color Hex Logo

#fe6bdb Color Hex

#FE6BDB
(254,107,219)
0 Favorites   0 Comments

Color spaces of #fe6bdb

RGB 254107219
HSL0.870.990.71
HSV314°58°100°
CMYK 0.000.580.14   0.00
XYZ58.916936.700770.9965
Yxy36.70070.35360.2203
Hunter Lab60.581167.5796-27.0767
CIE-Lab67.051968.3392-30.2363

#fe6bdb color RGB value is (254,107,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101011 11011011
Octal 376 153 333
Decimal 254 107 219
Hex FE 6B DB

RGB Percentages of Color #fe6bdb

%43.79
%18.45
%37.76

CMYK Percentages of Color #fe6bdb

%0
%58
%14
%0

Triadic Colors of #fe6bdb

#fe6bdb #dbfe6b #6bdbfe

Analogous Colors of #fe6bdb

#fe6bdb #fe6b92 #d86bfe

Monochromatic Colors of #fe6bdb

#fe6bdb

Complementary Color

#fe6bdb #6bfe8e

#fe6bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6bdb Color CSS Codes

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

#fe6bdb Text Font Color

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

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


#fe6bdb Background Color

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

This div background color is #fe6bdb


#fe6bdb Border Color

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

This div border color is #fe6bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,107,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 #fe6bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6bdb

Related Colors


Comments

No comments written yet.

Please login to write comment.