Color Hex Logo

#dd50be Color Hex

#DD50BE
(221,80,190)
0 Favorites   0 Comments

Color spaces of #dd50be

RGB 22180190
HSL0.870.670.59
HSV313°64°87°
CMYK 0.000.640.14   0.13
XYZ41.981724.827251.2946
Yxy24.82720.35550.2102
Hunter Lab49.826963.1983-26.1576
CIE-Lab56.906766.5298-29.9195

#dd50be color RGB value is (221,80,190).

#dd50be hex color red value is 221, green value is 80 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dd50be hue: 0.87 , saturation: 0.67 and the lightness value of dd50be is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010000 10111110
Octal 335 120 276
Decimal 221 80 190
Hex DD 50 BE

RGB Percentages of Color #dd50be

%45.01
%16.29
%38.70

CMYK Percentages of Color #dd50be

%0
%64
%14
%13

Triadic Colors of #dd50be

#dd50be #bedd50 #50bedd

Analogous Colors of #dd50be

#dd50be #dd5078 #b650dd

Monochromatic Colors of #dd50be

#dd50be

Complementary Color

#dd50be #50dd6f

#dd50be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd50be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd50be Color CSS Codes

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

#dd50be Text Font Color

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

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


#dd50be Background Color

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

This div background color is #dd50be


#dd50be Border Color

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

This div border color is #dd50be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd50be


Comments

No comments written yet.

Please login to write comment.