Color Hex Logo

#dd238e Color Hex

#DD238E
(221,35,142)
0 Favorites   0 Comments

Color spaces of #dd238e

RGB 22135142
HSL0.900.730.50
HSV325°84°87°
CMYK 0.000.840.36   0.13
XYZ35.302318.527227.3067
Yxy18.52720.43510.2283
Hunter Lab43.043271.0727-7.4834
CIE-Lab50.129474.3706-12.1084

#dd238e color RGB value is (221,35,142).

#dd238e hex color red value is 221, green value is 35 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dd238e hue: 0.90 , saturation: 0.73 and the lightness value of dd238e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100011 10001110
Octal 335 43 216
Decimal 221 35 142
Hex DD 23 8E

RGB Percentages of Color #dd238e

%55.53
%8.79
%35.68

CMYK Percentages of Color #dd238e

%0
%84
%36
%13

Triadic Colors of #dd238e

#dd238e #8edd23 #238edd

Analogous Colors of #dd238e

#dd238e #dd2331 #cf23dd

Monochromatic Colors of #dd238e

#dd238e

Complementary Color

#dd238e #23dd72

#dd238e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd238e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd238e Color CSS Codes

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

#dd238e Text Font Color

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

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


#dd238e Background Color

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

This div background color is #dd238e


#dd238e Border Color

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

This div border color is #dd238e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,35,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 #dd238e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd238e


Comments

No comments written yet.

Please login to write comment.