Color Hex Logo

#d32fdd Color Hex

#D32FDD
(211,47,221)
0 Favorites   0 Comments

Color spaces of #d32fdd

RGB 21147221
HSL0.820.720.53
HSV297°79°87°
CMYK 0.050.790.00   0.13
XYZ40.931621.102470.3224
Yxy21.10240.30930.1594
Hunter Lab45.937378.6587-58.6069
CIE-Lab53.061479.9026-53.8072

#d32fdd color RGB value is (211,47,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101111 11011101
Octal 323 57 335
Decimal 211 47 221
Hex D3 2F DD

RGB Percentages of Color #d32fdd

%44.05
%9.81
%46.14

CMYK Percentages of Color #d32fdd

%5
%79
%0
%13

Triadic Colors of #d32fdd

#d32fdd #ddd32f #2fddd3

Analogous Colors of #d32fdd

#d32fdd #dd2f90 #7c2fdd

Monochromatic Colors of #d32fdd

#d32fdd

Complementary Color

#d32fdd #39dd2f

#d32fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32fdd Color CSS Codes

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

#d32fdd Text Font Color

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

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


#d32fdd Background Color

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

This div background color is #d32fdd


#d32fdd Border Color

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

This div border color is #d32fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32fdd


Comments

No comments written yet.

Please login to write comment.