Color Hex Logo

#df95ea Color Hex

#DF95EA
(223,149,234)
0 Favorites   0 Comments

Color spaces of #df95ea

RGB 223149234
HSL0.810.670.75
HSV292°36°92°
CMYK 0.050.360.00   0.08
XYZ56.030243.123483.2124
Yxy43.12340.30720.2365
Hunter Lab65.668437.3817-29.1620
CIE-Lab71.638641.4890-31.7535

#df95ea color RGB value is (223,149,234).

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

The process color (four color CMYK) of #df95ea color hex is 0.05, 0.36, 0.00, 0.08. Web safe color of #df95ea is #cc99ff. Color #df95ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010101 11101010
Octal 337 225 352
Decimal 223 149 234
Hex DF 95 EA

RGB Percentages of Color #df95ea

%36.80
%24.59
%38.61

CMYK Percentages of Color #df95ea

%5
%36
%0
%8

Triadic Colors of #df95ea

#df95ea #eadf95 #95eadf

Analogous Colors of #df95ea

#df95ea #ea95cb #b595ea

Monochromatic Colors of #df95ea

#df95ea

Complementary Color

#df95ea #a0ea95

#df95ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df95ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#df95ea Color CSS Codes

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

#df95ea Text Font Color

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

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


#df95ea Background Color

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

This div background color is #df95ea


#df95ea Border Color

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

This div border color is #df95ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df95ea


Comments

No comments written yet.

Please login to write comment.