Color Hex Logo

#dd7eeb Color Hex

#DD7EEB
(221,126,235)
0 Favorites   0 Comments

Color spaces of #dd7eeb

RGB 221126235
HSL0.810.730.71
HSV292°46°92°
CMYK 0.060.460.00   0.08
XYZ52.275036.292082.8471
Yxy36.29200.30500.2117
Hunter Lab60.242849.4663-39.3667
CIE-Lab66.742453.0100-39.9273

#dd7eeb color RGB value is (221,126,235).

#dd7eeb hex color red value is 221, green value is 126 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dd7eeb hue: 0.81 , saturation: 0.73 and the lightness value of dd7eeb is 0.71.

The process color (four color CMYK) of #dd7eeb color hex is 0.06, 0.46, 0.00, 0.08. Web safe color of #dd7eeb is #cc66ff. Color #dd7eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111110 11101011
Octal 335 176 353
Decimal 221 126 235
Hex DD 7E EB

RGB Percentages of Color #dd7eeb

%37.97
%21.65
%40.38

CMYK Percentages of Color #dd7eeb

%6
%46
%0
%8

Triadic Colors of #dd7eeb

#dd7eeb #ebdd7e #7eebdd

Analogous Colors of #dd7eeb

#dd7eeb #eb7ec3 #a77eeb

Monochromatic Colors of #dd7eeb

#dd7eeb

Complementary Color

#dd7eeb #8ceb7e

#dd7eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7eeb Color CSS Codes

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

#dd7eeb Text Font Color

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

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


#dd7eeb Background Color

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

This div background color is #dd7eeb


#dd7eeb Border Color

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

This div border color is #dd7eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,126,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd7eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd7eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #dd7eeb;
  box-shadow:         1px 1px 3px 2px #dd7eeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,126,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7eeb


Comments

No comments written yet.

Please login to write comment.