Color Hex Logo

#dd6ced Color Hex

#DD6CED
(221,108,237)
0 Favorites   0 Comments

Color spaces of #dd6ced

RGB 221108237
HSL0.810.780.68
HSV293°54°93°
CMYK 0.070.540.00   0.07
XYZ50.467432.211783.6783
Yxy32.21170.30340.1936
Hunter Lab56.755459.4020-47.6866
CIE-Lab63.517562.1334-46.0962

#dd6ced color RGB value is (221,108,237).

#dd6ced hex color red value is 221, green value is 108 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dd6ced hue: 0.81 , saturation: 0.78 and the lightness value of dd6ced is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101100 11101101
Octal 335 154 355
Decimal 221 108 237
Hex DD 6C ED

RGB Percentages of Color #dd6ced

%39.05
%19.08
%41.87

CMYK Percentages of Color #dd6ced

%7
%54
%0
%7

Triadic Colors of #dd6ced

#dd6ced #eddd6c #6ceddd

Analogous Colors of #dd6ced

#dd6ced #ed6cbd #9d6ced

Monochromatic Colors of #dd6ced

#dd6ced

Complementary Color

#dd6ced #7ced6c

#dd6ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6ced Color CSS Codes

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

#dd6ced Text Font Color

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

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


#dd6ced Background Color

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

This div background color is #dd6ced


#dd6ced Border Color

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

This div border color is #dd6ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6ced


Comments

No comments written yet.

Please login to write comment.