Color Hex Logo

#d32cdf Color Hex

#D32CDF
(211,44,223)
0 Favorites   0 Comments

Color spaces of #d32cdf

RGB 21144223
HSL0.820.740.52
HSV296°80°87°
CMYK 0.050.800.00   0.13
XYZ41.083920.978071.6958
Yxy20.97800.30720.1568
Hunter Lab45.801779.9604-60.7484
CIE-Lab52.925480.9564-55.1599

#d32cdf color RGB value is (211,44,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101100 11011111
Octal 323 54 337
Decimal 211 44 223
Hex D3 2C DF

RGB Percentages of Color #d32cdf

%44.14
%9.21
%46.65

CMYK Percentages of Color #d32cdf

%5
%80
%0
%13

Triadic Colors of #d32cdf

#d32cdf #dfd32c #2cdfd3

Analogous Colors of #d32cdf

#d32cdf #df2c92 #7a2cdf

Monochromatic Colors of #d32cdf

#d32cdf

Complementary Color

#d32cdf #38df2c

#d32cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32cdf Color CSS Codes

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

#d32cdf Text Font Color

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

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


#d32cdf Background Color

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

This div background color is #d32cdf


#d32cdf Border Color

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

This div border color is #d32cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32cdf


Comments

No comments written yet.

Please login to write comment.