Color Hex Logo

#dd234b Color Hex

#DD234B
(221,35,75)
0 Favorites   0 Comments

Color spaces of #dd234b

RGB 2213575
HSL0.960.730.50
HSV347°84°87°
CMYK 0.000.840.66   0.13
XYZ31.689817.08228.2836
Yxy17.08220.55540.2994
Hunter Lab41.330664.534317.0484
CIE-Lab48.363469.279226.2260

#dd234b color RGB value is (221,35,75).

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

The process color (four color CMYK) of #dd234b color hex is 0.00, 0.84, 0.66, 0.13. Web safe color of #dd234b is #cc3333. Color #dd234b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100011 01001011
Octal 335 43 113
Decimal 221 35 75
Hex DD 23 4B

RGB Percentages of Color #dd234b

%66.77
%10.57
%22.66

CMYK Percentages of Color #dd234b

%0
%84
%66
%13

Triadic Colors of #dd234b

#dd234b #4bdd23 #234bdd

Analogous Colors of #dd234b

#dd234b #dd5823 #dd23a8

Monochromatic Colors of #dd234b

#dd234b

Complementary Color

#dd234b #23ddb5

#dd234b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd234b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd234b Color CSS Codes

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

#dd234b Text Font Color

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

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


#dd234b Background Color

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

This div background color is #dd234b


#dd234b Border Color

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

This div border color is #dd234b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd234b


Comments

No comments written yet.

Please login to write comment.