Color Hex Logo

#dd306e Color Hex

#DD306E
(221,48,110)
0 Favorites   0 Comments

Color spaces of #dd306e

RGB 22148110
HSL0.940.720.53
HSV338°78°87°
CMYK 0.000.780.50   0.13
XYZ33.690218.611816.5686
Yxy18.61180.48920.2702
Hunter Lab43.141463.89777.4285
CIE-Lab50.229968.38117.4139

#dd306e color RGB value is (221,48,110).

#dd306e hex color red value is 221, green value is 48 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dd306e hue: 0.94 , saturation: 0.72 and the lightness value of dd306e is 0.53.

The process color (four color CMYK) of #dd306e color hex is 0.00, 0.78, 0.50, 0.13. Web safe color of #dd306e is #cc3366. Color #dd306e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110000 01101110
Octal 335 60 156
Decimal 221 48 110
Hex DD 30 6E

RGB Percentages of Color #dd306e

%58.31
%12.66
%29.02

CMYK Percentages of Color #dd306e

%0
%78
%50
%13

Triadic Colors of #dd306e

#dd306e #6edd30 #306edd

Analogous Colors of #dd306e

#dd306e #dd4930 #dd30c5

Monochromatic Colors of #dd306e

#dd306e

Complementary Color

#dd306e #30dd9f

#dd306e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd306e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd306e Color CSS Codes

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

#dd306e Text Font Color

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

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


#dd306e Background Color

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

This div background color is #dd306e


#dd306e Border Color

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

This div border color is #dd306e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd306e


Comments

No comments written yet.

Please login to write comment.