Color Hex Logo

#fe51db Color Hex

#FE51DB
(254,81,219)
0 Favorites   0 Comments

Color spaces of #fe51db

RGB 25481219
HSL0.870.990.66
HSV312°68°100°
CMYK 0.000.680.14   0.00
XYZ56.601732.070270.2248
Yxy32.07020.35620.2018
Hunter Lab56.630679.3056-33.8813
CIE-Lab63.400978.4173-35.9005

#fe51db color RGB value is (254,81,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010001 11011011
Octal 376 121 333
Decimal 254 81 219
Hex FE 51 DB

RGB Percentages of Color #fe51db

%45.85
%14.62
%39.53

CMYK Percentages of Color #fe51db

%0
%68
%14
%0

Triadic Colors of #fe51db

#fe51db #dbfe51 #51dbfe

Analogous Colors of #fe51db

#fe51db #fe5185 #cb51fe

Monochromatic Colors of #fe51db

#fe51db

Complementary Color

#fe51db #51fe74

#fe51db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe51db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe51db Color CSS Codes

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

#fe51db Text Font Color

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

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


#fe51db Background Color

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

This div background color is #fe51db


#fe51db Border Color

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

This div border color is #fe51db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe51db


Comments

No comments written yet.

Please login to write comment.