Color Hex Logo

#dd7aeb Color Hex

#DD7AEB
(221,122,235)
0 Favorites   0 Comments

Color spaces of #dd7aeb

RGB 221122235
HSL0.810.740.70
HSV293°48°92°
CMYK 0.060.480.00   0.08
XYZ51.773735.289482.6800
Yxy35.28940.30500.2079
Hunter Lab59.404951.6113-40.9367
CIE-Lab65.973455.0113-41.1304

#dd7aeb color RGB value is (221,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111010 11101011
Octal 335 172 353
Decimal 221 122 235
Hex DD 7A EB

RGB Percentages of Color #dd7aeb

%38.24
%21.11
%40.66

CMYK Percentages of Color #dd7aeb

%6
%48
%0
%8

Triadic Colors of #dd7aeb

#dd7aeb #ebdd7a #7aebdd

Analogous Colors of #dd7aeb

#dd7aeb #eb7ac1 #a57aeb

Monochromatic Colors of #dd7aeb

#dd7aeb

Complementary Color

#dd7aeb #88eb7a

#dd7aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7aeb Color CSS Codes

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

#dd7aeb Text Font Color

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

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


#dd7aeb Background Color

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

This div background color is #dd7aeb


#dd7aeb Border Color

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

This div border color is #dd7aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,122,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 #dd7aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7aeb


Comments

No comments written yet.

Please login to write comment.