Color Hex Logo

#dd307a Color Hex

#DD307A
(221,48,122)
0 Favorites   0 Comments

Color spaces of #dd307a

RGB 22148122
HSL0.930.720.53
HSV334°78°87°
CMYK 0.000.780.45   0.13
XYZ34.388618.891220.2462
Yxy18.89120.46770.2569
Hunter Lab43.464065.16672.8066
CIE-Lab50.559769.38810.6041

#dd307a color RGB value is (221,48,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110000 01111010
Octal 335 60 172
Decimal 221 48 122
Hex DD 30 7A

RGB Percentages of Color #dd307a

%56.52
%12.28
%31.20

CMYK Percentages of Color #dd307a

%0
%78
%45
%13

Triadic Colors of #dd307a

#dd307a #7add30 #307add

Analogous Colors of #dd307a

#dd307a #dd3d30 #dd30d1

Monochromatic Colors of #dd307a

#dd307a

Complementary Color

#dd307a #30dd93

#dd307a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd307a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd307a Color CSS Codes

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

#dd307a Text Font Color

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

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


#dd307a Background Color

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

This div background color is #dd307a


#dd307a Border Color

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

This div border color is #dd307a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd307a


Comments

No comments written yet.

Please login to write comment.