Color Hex Logo

#df85ef Color Hex

#DF85EF
(223,133,239)
0 Favorites   0 Comments

Color spaces of #df85ef

RGB 223133239
HSL0.810.770.73
HSV291°44°94°
CMYK 0.070.440.00   0.06
XYZ54.398938.695086.2631
Yxy38.69500.30330.2157
Hunter Lab62.205347.2400-38.6766
CIE-Lab68.529850.7806-39.3215

#df85ef color RGB value is (223,133,239).

#df85ef hex color red value is 223, green value is 133 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #df85ef hue: 0.81 , saturation: 0.77 and the lightness value of df85ef is 0.73.

The process color (four color CMYK) of #df85ef color hex is 0.07, 0.44, 0.00, 0.06. Web safe color of #df85ef is #cc99ff. Color #df85ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000101 11101111
Octal 337 205 357
Decimal 223 133 239
Hex DF 85 EF

RGB Percentages of Color #df85ef

%37.48
%22.35
%40.17

CMYK Percentages of Color #df85ef

%7
%44
%0
%6

Triadic Colors of #df85ef

#df85ef #efdf85 #85efdf

Analogous Colors of #df85ef

#df85ef #ef85ca #aa85ef

Monochromatic Colors of #df85ef

#df85ef

Complementary Color

#df85ef #95ef85

#df85ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df85ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#df85ef Color CSS Codes

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

#df85ef Text Font Color

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

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


#df85ef Background Color

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

This div background color is #df85ef


#df85ef Border Color

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

This div border color is #df85ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df85ef


Comments

No comments written yet.

Please login to write comment.