Color Hex Logo

#dd308e Color Hex

#DD308E
(221,48,142)
0 Favorites   0 Comments

Color spaces of #dd308e

RGB 22148142
HSL0.910.720.53
HSV327°78°87°
CMYK 0.000.780.36   0.13
XYZ35.758219.439127.4586
Yxy19.43910.43260.2352
Hunter Lab44.089867.6119-6.0623
CIE-Lab51.197071.3093-10.5011

#dd308e color RGB value is (221,48,142).

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

The process color (four color CMYK) of #dd308e color hex is 0.00, 0.78, 0.36, 0.13. Web safe color of #dd308e is #cc3399. Color #dd308e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110000 10001110
Octal 335 60 216
Decimal 221 48 142
Hex DD 30 8E

RGB Percentages of Color #dd308e

%53.77
%11.68
%34.55

CMYK Percentages of Color #dd308e

%0
%78
%36
%13

Triadic Colors of #dd308e

#dd308e #8edd30 #308edd

Analogous Colors of #dd308e

#dd308e #dd3037 #d630dd

Monochromatic Colors of #dd308e

#dd308e

Complementary Color

#dd308e #30dd7f

#dd308e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd308e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd308e Color CSS Codes

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

#dd308e Text Font Color

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

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


#dd308e Background Color

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

This div background color is #dd308e


#dd308e Border Color

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

This div border color is #dd308e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd308e


Comments

No comments written yet.

Please login to write comment.