Color Hex Logo

#dd6cea Color Hex

#DD6CEA
(221,108,234)
0 Favorites   0 Comments

Color spaces of #dd6cea

RGB 221108234
HSL0.820.750.67
HSV294°54°92°
CMYK 0.060.540.00   0.08
XYZ50.032632.037881.3888
Yxy32.03780.30610.1960
Hunter Lab56.601958.7295-45.6326
CIE-Lab63.374161.5852-44.6571

#dd6cea color RGB value is (221,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101100 11101010
Octal 335 154 352
Decimal 221 108 234
Hex DD 6C EA

RGB Percentages of Color #dd6cea

%39.25
%19.18
%41.56

CMYK Percentages of Color #dd6cea

%6
%54
%0
%8

Triadic Colors of #dd6cea

#dd6cea #eadd6c #6ceadd

Analogous Colors of #dd6cea

#dd6cea #ea6cb8 #9e6cea

Monochromatic Colors of #dd6cea

#dd6cea

Complementary Color

#dd6cea #79ea6c

#dd6cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6cea Color CSS Codes

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

#dd6cea Text Font Color

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

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


#dd6cea Background Color

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

This div background color is #dd6cea


#dd6cea Border Color

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

This div border color is #dd6cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6cea


Comments

No comments written yet.

Please login to write comment.