Color Hex Logo

#dd69be Color Hex

#DD69BE
(221,105,190)
0 Favorites   0 Comments

Color spaces of #dd69be

RGB 221105190
HSL0.880.630.64
HSV316°52°87°
CMYK 0.000.520.14   0.13
XYZ44.164629.193052.0223
Yxy29.19300.35220.2328
Hunter Lab54.030551.3525-19.2649
CIE-Lab60.951655.5834-23.6780

#dd69be color RGB value is (221,105,190).

#dd69be hex color red value is 221, green value is 105 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dd69be hue: 0.88 , saturation: 0.63 and the lightness value of dd69be is 0.64.

The process color (four color CMYK) of #dd69be color hex is 0.00, 0.52, 0.14, 0.13. Web safe color of #dd69be is #cc66cc. Color #dd69be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101001 10111110
Octal 335 151 276
Decimal 221 105 190
Hex DD 69 BE

RGB Percentages of Color #dd69be

%42.83
%20.35
%36.82

CMYK Percentages of Color #dd69be

%0
%52
%14
%13

Triadic Colors of #dd69be

#dd69be #bedd69 #69bedd

Analogous Colors of #dd69be

#dd69be #dd6984 #c269dd

Monochromatic Colors of #dd69be

#dd69be

Complementary Color

#dd69be #69dd88

#dd69be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd69be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd69be Color CSS Codes

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

#dd69be Text Font Color

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

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


#dd69be Background Color

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

This div background color is #dd69be


#dd69be Border Color

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

This div border color is #dd69be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd69be


Comments

No comments written yet.

Please login to write comment.