Color Hex Logo

#d128dd Color Hex

#D128DD
(209,40,221)
0 Favorites   0 Comments

Color spaces of #d128dd

RGB 20940221
HSL0.820.730.51
HSV296°82°87°
CMYK 0.050.820.00   0.13
XYZ40.104420.293470.2099
Yxy20.29340.30710.1554
Hunter Lab45.048280.0762-60.8727
CIE-Lab52.167381.1954-55.2565

#d128dd color RGB value is (209,40,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101000 11011101
Octal 321 50 335
Decimal 209 40 221
Hex D1 28 DD

RGB Percentages of Color #d128dd

%44.47
%8.51
%47.02

CMYK Percentages of Color #d128dd

%5
%82
%0
%13

Triadic Colors of #d128dd

#d128dd #ddd128 #28ddd1

Analogous Colors of #d128dd

#d128dd #dd288f #7728dd

Monochromatic Colors of #d128dd

#d128dd

Complementary Color

#d128dd #34dd28

#d128dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d128dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d128dd Color CSS Codes

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

#d128dd Text Font Color

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

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


#d128dd Background Color

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

This div background color is #d128dd


#d128dd Border Color

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

This div border color is #d128dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d128dd


Comments

No comments written yet.

Please login to write comment.