Color Hex Logo

#df91ed Color Hex

#DF91ED
(223,145,237)
0 Favorites   0 Comments

Color spaces of #df91ed

RGB 223145237
HSL0.810.720.75
HSV291°39°93°
CMYK 0.060.390.00   0.07
XYZ55.842942.053285.2946
Yxy42.05320.30480.2296
Hunter Lab64.848440.2268-32.5897
CIE-Lab70.907644.1725-34.5266

#df91ed color RGB value is (223,145,237).

#df91ed hex color red value is 223, green value is 145 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #df91ed hue: 0.81 , saturation: 0.72 and the lightness value of df91ed is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010001 11101101
Octal 337 221 355
Decimal 223 145 237
Hex DF 91 ED

RGB Percentages of Color #df91ed

%36.86
%23.97
%39.17

CMYK Percentages of Color #df91ed

%6
%39
%0
%7

Triadic Colors of #df91ed

#df91ed #eddf91 #91eddf

Analogous Colors of #df91ed

#df91ed #ed91cd #b191ed

Monochromatic Colors of #df91ed

#df91ed

Complementary Color

#df91ed #9fed91

#df91ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df91ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#df91ed Color CSS Codes

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

#df91ed Text Font Color

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

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


#df91ed Background Color

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

This div background color is #df91ed


#df91ed Border Color

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

This div border color is #df91ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df91ed


Comments

No comments written yet.

Please login to write comment.