Color Hex Logo

#df92fd Color Hex

#DF92FD
(223,146,253)
0 Favorites   0 Comments

Color spaces of #df92fd

RGB 223146253
HSL0.790.960.78
HSV283°42°99°
CMYK 0.120.420.00   0.01
XYZ58.439943.337698.2134
Yxy43.33760.29220.2167
Hunter Lab65.831343.2536-42.3726
CIE-Lab71.783546.7906-41.8905

#df92fd color RGB value is (223,146,253).

#df92fd hex color red value is 223, green value is 146 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #df92fd hue: 0.79 , saturation: 0.96 and the lightness value of df92fd is 0.78.

The process color (four color CMYK) of #df92fd color hex is 0.12, 0.42, 0.00, 0.01. Web safe color of #df92fd is #cc99ff. Color #df92fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010010 11111101
Octal 337 222 375
Decimal 223 146 253
Hex DF 92 FD

RGB Percentages of Color #df92fd

%35.85
%23.47
%40.68

CMYK Percentages of Color #df92fd

%12
%42
%0
%1

Triadic Colors of #df92fd

#df92fd #fddf92 #92fddf

Analogous Colors of #df92fd

#df92fd #fd92e6 #aa92fd

Monochromatic Colors of #df92fd

#df92fd

Complementary Color

#df92fd #b0fd92

#df92fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df92fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df92fd Color CSS Codes

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

#df92fd Text Font Color

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

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


#df92fd Background Color

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

This div background color is #df92fd


#df92fd Border Color

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

This div border color is #df92fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df92fd


Comments

No comments written yet.

Please login to write comment.