Color Hex Logo

#de7dbc Color Hex

#DE7DBC
(222,125,188)
0 Favorites   0 Comments

Color spaces of #de7dbc

RGB 222125188
HSL0.890.600.68
HSV321°44°87°
CMYK 0.000.440.15   0.13
XYZ46.534933.827751.6537
Yxy33.82770.35250.2562
Hunter Lab58.161641.0345-11.9427
CIE-Lab64.825645.6930-16.6285

#de7dbc color RGB value is (222,125,188).

#de7dbc hex color red value is 222, green value is 125 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #de7dbc hue: 0.89 , saturation: 0.60 and the lightness value of de7dbc is 0.68.

The process color (four color CMYK) of #de7dbc color hex is 0.00, 0.44, 0.15, 0.13. Web safe color of #de7dbc is #cc66cc. Color #de7dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111101 10111100
Octal 336 175 274
Decimal 222 125 188
Hex DE 7D BC

RGB Percentages of Color #de7dbc

%41.50
%23.36
%35.14

CMYK Percentages of Color #de7dbc

%0
%44
%15
%13

Triadic Colors of #de7dbc

#de7dbc #bcde7d #7dbcde

Analogous Colors of #de7dbc

#de7dbc #de7d8c #d07dde

Monochromatic Colors of #de7dbc

#de7dbc

Complementary Color

#de7dbc #7dde9f

#de7dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7dbc Color CSS Codes

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

#de7dbc Text Font Color

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

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


#de7dbc Background Color

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

This div background color is #de7dbc


#de7dbc Border Color

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

This div border color is #de7dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7dbc


Comments

No comments written yet.

Please login to write comment.