Color Hex Logo

#df62fb Color Hex

#DF62FB
(223,98,251)
0 Favorites   0 Comments

Color spaces of #df62fb

RGB 22398251
HSL0.800.950.68
HSV289°61°98°
CMYK 0.110.610.00   0.02
XYZ52.211731.388494.5735
Yxy31.38840.29300.1762
Hunter Lab56.025468.3051-60.8666
CIE-Lab62.834169.6906-54.9031

#df62fb color RGB value is (223,98,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100010 11111011
Octal 337 142 373
Decimal 223 98 251
Hex DF 62 FB

RGB Percentages of Color #df62fb

%38.99
%17.13
%43.88

CMYK Percentages of Color #df62fb

%11
%61
%0
%2

Triadic Colors of #df62fb

#df62fb #fbdf62 #62fbdf

Analogous Colors of #df62fb

#df62fb #fb62cb #9362fb

Monochromatic Colors of #df62fb

#df62fb

Complementary Color

#df62fb #7efb62

#df62fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df62fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df62fb Color CSS Codes

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

#df62fb Text Font Color

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

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


#df62fb Background Color

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

This div background color is #df62fb


#df62fb Border Color

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

This div border color is #df62fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df62fb


Comments

No comments written yet.

Please login to write comment.