Color Hex Logo

#df61fb Color Hex

#DF61FB
(223,97,251)
0 Favorites   0 Comments

Color spaces of #df61fb

RGB 22397251
HSL0.800.950.68
HSV289°61°98°
CMYK 0.110.610.00   0.02
XYZ52.118731.202494.5425
Yxy31.20240.29300.1754
Hunter Lab55.859168.7939-61.2480
CIE-Lab62.678170.1199-55.1513

#df61fb color RGB value is (223,97,251).

#df61fb hex color red value is 223, green value is 97 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #df61fb hue: 0.80 , saturation: 0.95 and the lightness value of df61fb is 0.68.

The process color (four color CMYK) of #df61fb color hex is 0.11, 0.61, 0.00, 0.02. Web safe color of #df61fb is #cc66ff. Color #df61fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100001 11111011
Octal 337 141 373
Decimal 223 97 251
Hex DF 61 FB

RGB Percentages of Color #df61fb

%39.05
%16.99
%43.96

CMYK Percentages of Color #df61fb

%11
%61
%0
%2

Triadic Colors of #df61fb

#df61fb #fbdf61 #61fbdf

Analogous Colors of #df61fb

#df61fb #fb61ca #9261fb

Monochromatic Colors of #df61fb

#df61fb

Complementary Color

#df61fb #7dfb61

#df61fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df61fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df61fb Color CSS Codes

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

#df61fb Text Font Color

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

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


#df61fb Background Color

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

This div background color is #df61fb


#df61fb Border Color

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

This div border color is #df61fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df61fb

Related Colors


Comments

No comments written yet.

Please login to write comment.