Color Hex Logo

#df4cfb Color Hex

#DF4CFB
(223,76,251)
0 Favorites   0 Comments

Color spaces of #df4cfb

RGB 22376251
HSL0.810.960.64
HSV290°70°98°
CMYK 0.110.700.00   0.02
XYZ50.428527.821993.9791
Yxy27.82190.29280.1615
Hunter Lab52.746578.3494-68.7153
CIE-Lab59.727578.3654-59.8588

#df4cfb color RGB value is (223,76,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001100 11111011
Octal 337 114 373
Decimal 223 76 251
Hex DF 4C FB

RGB Percentages of Color #df4cfb

%40.55
%13.82
%45.64

CMYK Percentages of Color #df4cfb

%11
%70
%0
%2

Triadic Colors of #df4cfb

#df4cfb #fbdf4c #4cfbdf

Analogous Colors of #df4cfb

#df4cfb #fb4cc0 #884cfb

Monochromatic Colors of #df4cfb

#df4cfb

Complementary Color

#df4cfb #68fb4c

#df4cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4cfb Color CSS Codes

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

#df4cfb Text Font Color

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

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


#df4cfb Background Color

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

This div background color is #df4cfb


#df4cfb Border Color

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

This div border color is #df4cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4cfb


Comments

No comments written yet.

Please login to write comment.