Color Hex Logo

#dd0328 Color Hex

#DD0328
(221,3,40)
0 Favorites   0 Comments

Color spaces of #dd0328

RGB 221340
HSL0.970.970.44
HSV350°99°87°
CMYK 0.000.990.82   0.13
XYZ30.234415.59053.4232
Yxy15.59050.61390.3166
Hunter Lab39.484867.583022.4991
CIE-Lab46.432672.210844.5194

#dd0328 color RGB value is (221,3,40).

#dd0328 hex color red value is 221, green value is 3 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #dd0328 hue: 0.97 , saturation: 0.97 and the lightness value of dd0328 is 0.44.

The process color (four color CMYK) of #dd0328 color hex is 0.00, 0.99, 0.82, 0.13. Web safe color of #dd0328 is #cc0033. Color #dd0328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000011 00101000
Octal 335 3 50
Decimal 221 3 40
Hex DD 3 28

RGB Percentages of Color #dd0328

%83.71
%1.14
%15.15

CMYK Percentages of Color #dd0328

%0
%99
%82
%13

Triadic Colors of #dd0328

#dd0328 #28dd03 #0328dd

Analogous Colors of #dd0328

#dd0328 #dd4b03 #dd0395

Monochromatic Colors of #dd0328

#dd0328

Complementary Color

#dd0328 #03ddb8

#dd0328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd0328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd0328 Color CSS Codes

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

#dd0328 Text Font Color

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

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


#dd0328 Background Color

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

This div background color is #dd0328


#dd0328 Border Color

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

This div border color is #dd0328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd0328


Comments

No comments written yet.

Please login to write comment.