Color Hex Logo

#d11cdd Color Hex

#D11CDD
(209,28,221)
0 Favorites   0 Comments

Color spaces of #d11cdd

RGB 20928221
HSL0.820.780.49
HSV296°87°87°
CMYK 0.050.870.00   0.13
XYZ39.760919.606370.0954
Yxy19.60630.30710.1514
Hunter Lab44.279082.7981-62.8631
CIE-Lab51.389183.4759-56.5042

#d11cdd color RGB value is (209,28,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011100 11011101
Octal 321 34 335
Decimal 209 28 221
Hex D1 1C DD

RGB Percentages of Color #d11cdd

%45.63
%6.11
%48.25

CMYK Percentages of Color #d11cdd

%5
%87
%0
%13

Triadic Colors of #d11cdd

#d11cdd #ddd11c #1cddd1

Analogous Colors of #d11cdd

#d11cdd #dd1c89 #711cdd

Monochromatic Colors of #d11cdd

#d11cdd

Complementary Color

#d11cdd #28dd1c

#d11cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11cdd Color CSS Codes

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

#d11cdd Text Font Color

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

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


#d11cdd Background Color

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

This div background color is #d11cdd


#d11cdd Border Color

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

This div border color is #d11cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11cdd


Comments

No comments written yet.

Please login to write comment.