Color Hex Logo

#d32ddd Color Hex

#D32DDD
(211,45,221)
0 Favorites   0 Comments

Color spaces of #d32ddd

RGB 21145221
HSL0.820.720.52
HSV297°80°87°
CMYK 0.050.800.00   0.13
XYZ40.853520.946170.2964
Yxy20.94610.30930.1586
Hunter Lab45.766979.2446-59.0306
CIE-Lab52.890580.3991-54.0806

#d32ddd color RGB value is (211,45,221).

#d32ddd hex color red value is 211, green value is 45 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d32ddd hue: 0.82 , saturation: 0.72 and the lightness value of d32ddd is 0.52.

The process color (four color CMYK) of #d32ddd color hex is 0.05, 0.80, 0.00, 0.13. Web safe color of #d32ddd is #cc33cc. Color #d32ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101101 11011101
Octal 323 55 335
Decimal 211 45 221
Hex D3 2D DD

RGB Percentages of Color #d32ddd

%44.23
%9.43
%46.33

CMYK Percentages of Color #d32ddd

%5
%80
%0
%13

Triadic Colors of #d32ddd

#d32ddd #ddd32d #2dddd3

Analogous Colors of #d32ddd

#d32ddd #dd2d8f #7b2ddd

Monochromatic Colors of #d32ddd

#d32ddd

Complementary Color

#d32ddd #37dd2d

#d32ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32ddd Color CSS Codes

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

#d32ddd Text Font Color

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

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


#d32ddd Background Color

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

This div background color is #d32ddd


#d32ddd Border Color

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

This div border color is #d32ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32ddd


Comments

No comments written yet.

Please login to write comment.