Color Hex Logo

#dd36ba Color Hex

#DD36BA
(221,54,186)
0 Favorites   0 Comments

Color spaces of #dd36ba

RGB 22154186
HSL0.870.710.54
HSV313°76°87°
CMYK 0.000.760.16   0.13
XYZ40.000921.555748.5068
Yxy21.55570.36340.1958
Hunter Lab46.428172.5404-29.4449
CIE-Lab53.552474.9024-32.8308

#dd36ba color RGB value is (221,54,186).

#dd36ba hex color red value is 221, green value is 54 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dd36ba hue: 0.87 , saturation: 0.71 and the lightness value of dd36ba is 0.54.

The process color (four color CMYK) of #dd36ba color hex is 0.00, 0.76, 0.16, 0.13. Web safe color of #dd36ba is #cc33cc. Color #dd36ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110110 10111010
Octal 335 66 272
Decimal 221 54 186
Hex DD 36 BA

RGB Percentages of Color #dd36ba

%47.94
%11.71
%40.35

CMYK Percentages of Color #dd36ba

%0
%76
%16
%13

Triadic Colors of #dd36ba

#dd36ba #badd36 #36badd

Analogous Colors of #dd36ba

#dd36ba #dd3667 #ad36dd

Monochromatic Colors of #dd36ba

#dd36ba

Complementary Color

#dd36ba #36dd59

#dd36ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd36ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd36ba Color CSS Codes

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

#dd36ba Text Font Color

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

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


#dd36ba Background Color

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

This div background color is #dd36ba


#dd36ba Border Color

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

This div border color is #dd36ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd36ba


Comments

No comments written yet.

Please login to write comment.