Color Hex Logo

#d31cdd Color Hex

#D31CDD
(211,28,221)
0 Favorites   0 Comments

Color spaces of #d31cdd

RGB 21128221
HSL0.820.780.49
HSV297°87°87°
CMYK 0.050.870.00   0.13
XYZ40.330419.899870.1220
Yxy19.89980.30940.1527
Hunter Lab44.609283.3127-61.9726
CIE-Lab51.723783.8106-55.9492

#d31cdd color RGB value is (211,28,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011100 11011101
Octal 323 34 335
Decimal 211 28 221
Hex D3 1C DD

RGB Percentages of Color #d31cdd

%45.87
%6.09
%48.04

CMYK Percentages of Color #d31cdd

%5
%87
%0
%13

Triadic Colors of #d31cdd

#d31cdd #ddd31c #1cddd3

Analogous Colors of #d31cdd

#d31cdd #dd1c87 #731cdd

Monochromatic Colors of #d31cdd

#d31cdd

Complementary Color

#d31cdd #26dd1c

#d31cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31cdd Color CSS Codes

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

#d31cdd Text Font Color

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

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


#d31cdd Background Color

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

This div background color is #d31cdd


#d31cdd Border Color

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

This div border color is #d31cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31cdd


Comments

No comments written yet.

Please login to write comment.