Color Hex Logo

#df49fb Color Hex

#DF49FB
(223,73,251)
0 Favorites   0 Comments

Color spaces of #df49fb

RGB 22373251
HSL0.810.960.64
HSV291°71°98°
CMYK 0.110.710.00   0.02
XYZ50.226627.418193.9118
Yxy27.41810.29280.1598
Hunter Lab52.362379.5855-69.6830
CIE-Lab59.359379.4114-60.4481

#df49fb color RGB value is (223,73,251).

#df49fb hex color red value is 223, green value is 73 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #df49fb hue: 0.81 , saturation: 0.96 and the lightness value of df49fb is 0.64.

The process color (four color CMYK) of #df49fb color hex is 0.11, 0.71, 0.00, 0.02. Web safe color of #df49fb is #cc33ff. Color #df49fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001001 11111011
Octal 337 111 373
Decimal 223 73 251
Hex DF 49 FB

RGB Percentages of Color #df49fb

%40.77
%13.35
%45.89

CMYK Percentages of Color #df49fb

%11
%71
%0
%2

Triadic Colors of #df49fb

#df49fb #fbdf49 #49fbdf

Analogous Colors of #df49fb

#df49fb #fb49be #8649fb

Monochromatic Colors of #df49fb

#df49fb

Complementary Color

#df49fb #65fb49

#df49fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df49fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df49fb Color CSS Codes

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

#df49fb Text Font Color

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

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


#df49fb Background Color

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

This div background color is #df49fb


#df49fb Border Color

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

This div border color is #df49fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,73,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #df49fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #df49fb;
  -webkit-box-shadow: 1px 1px 3px 2px #df49fb;
  box-shadow:         1px 1px 3px 2px #df49fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,73,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df49fb


Comments

No comments written yet.

Please login to write comment.