Color Hex Logo

#d31ddc Color Hex

#D31DDC
(211,29,220)
0 Favorites   0 Comments

Color spaces of #d31ddc

RGB 21129220
HSL0.830.770.49
HSV297°87°86°
CMYK 0.040.870.00   0.14
XYZ40.221619.894969.4303
Yxy19.89490.31050.1536
Hunter Lab44.603782.9068-61.0685
CIE-Lab51.718283.4964-55.3890

#d31ddc color RGB value is (211,29,220).

#d31ddc hex color red value is 211, green value is 29 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d31ddc hue: 0.83 , saturation: 0.77 and the lightness value of d31ddc is 0.49.

The process color (four color CMYK) of #d31ddc color hex is 0.04, 0.87, 0.00, 0.14. Web safe color of #d31ddc is #cc33cc. Color #d31ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011101 11011100
Octal 323 35 334
Decimal 211 29 220
Hex D3 1D DC

RGB Percentages of Color #d31ddc

%45.87
%6.30
%47.83

CMYK Percentages of Color #d31ddc

%4
%87
%0
%14

Triadic Colors of #d31ddc

#d31ddc #dcd31d #1ddcd3

Analogous Colors of #d31ddc

#d31ddc #dc1d86 #741ddc

Monochromatic Colors of #d31ddc

#d31ddc

Complementary Color

#d31ddc #26dc1d

#d31ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31ddc Color CSS Codes

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

#d31ddc Text Font Color

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

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


#d31ddc Background Color

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

This div background color is #d31ddc


#d31ddc Border Color

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

This div border color is #d31ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31ddc


Comments

No comments written yet.

Please login to write comment.