Color Hex Logo

#dd307e Color Hex

#DD307E
(221,48,126)
0 Favorites   0 Comments

Color spaces of #dd307e

RGB 22148126
HSL0.920.720.53
HSV333°78°87°
CMYK 0.000.780.43   0.13
XYZ34.641618.992421.5787
Yxy18.99240.46060.2525
Hunter Lab43.580365.62271.1488
CIE-Lab50.678369.7483-1.6427

#dd307e color RGB value is (221,48,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110000 01111110
Octal 335 60 176
Decimal 221 48 126
Hex DD 30 7E

RGB Percentages of Color #dd307e

%55.95
%12.15
%31.90

CMYK Percentages of Color #dd307e

%0
%78
%43
%13

Triadic Colors of #dd307e

#dd307e #7edd30 #307edd

Analogous Colors of #dd307e

#dd307e #dd3930 #dd30d5

Monochromatic Colors of #dd307e

#dd307e

Complementary Color

#dd307e #30dd8f

#dd307e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd307e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd307e Color CSS Codes

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

#dd307e Text Font Color

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

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


#dd307e Background Color

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

This div background color is #dd307e


#dd307e Border Color

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

This div border color is #dd307e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd307e


Comments

No comments written yet.

Please login to write comment.