Color Hex Logo

#d127dd Color Hex

#D127DD
(209,39,221)
0 Favorites   0 Comments

Color spaces of #d127dd

RGB 20939221
HSL0.820.730.51
HSV296°82°87°
CMYK 0.050.820.00   0.13
XYZ40.071220.226870.1988
Yxy20.22680.30710.1550
Hunter Lab44.974280.3353-61.0619
CIE-Lab52.092781.4137-55.3761

#d127dd color RGB value is (209,39,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100111 11011101
Octal 321 47 335
Decimal 209 39 221
Hex D1 27 DD

RGB Percentages of Color #d127dd

%44.56
%8.32
%47.12

CMYK Percentages of Color #d127dd

%5
%82
%0
%13

Triadic Colors of #d127dd

#d127dd #ddd127 #27ddd1

Analogous Colors of #d127dd

#d127dd #dd278e #7627dd

Monochromatic Colors of #d127dd

#d127dd

Complementary Color

#d127dd #33dd27

#d127dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d127dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d127dd Color CSS Codes

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

#d127dd Text Font Color

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

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


#d127dd Background Color

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

This div background color is #d127dd


#d127dd Border Color

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

This div border color is #d127dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d127dd


Comments

No comments written yet.

Please login to write comment.