Color Hex Logo

#de93bf Color Hex

#DE93BF
(222,147,191)
0 Favorites   0 Comments

Color spaces of #de93bf

RGB 222147191
HSL0.900.530.72
HSV325°34°87°
CMYK 0.000.340.14   0.13
XYZ49.961940.158654.4083
Yxy40.15860.34570.2779
Hunter Lab63.370829.8315-6.5451
CIE-Lab69.582334.6353-11.1521

#de93bf color RGB value is (222,147,191).

#de93bf hex color red value is 222, green value is 147 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #de93bf hue: 0.90 , saturation: 0.53 and the lightness value of de93bf is 0.72.

The process color (four color CMYK) of #de93bf color hex is 0.00, 0.34, 0.14, 0.13. Web safe color of #de93bf is #cc99cc. Color #de93bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010011 10111111
Octal 336 223 277
Decimal 222 147 191
Hex DE 93 BF

RGB Percentages of Color #de93bf

%39.64
%26.25
%34.11

CMYK Percentages of Color #de93bf

%0
%34
%14
%13

Triadic Colors of #de93bf

#de93bf #bfde93 #93bfde

Analogous Colors of #de93bf

#de93bf #de939a #d893de

Monochromatic Colors of #de93bf

#de93bf

Complementary Color

#de93bf #93deb2

#de93bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de93bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de93bf Color CSS Codes

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

#de93bf Text Font Color

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

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


#de93bf Background Color

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

This div background color is #de93bf


#de93bf Border Color

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

This div border color is #de93bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,147,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #de93bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #de93bf;
  -webkit-box-shadow: 1px 1px 3px 2px #de93bf;
  box-shadow:         1px 1px 3px 2px #de93bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,147,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de93bf


Comments

No comments written yet.

Please login to write comment.