Color Hex Logo

#d127de Color Hex

#D127DE
(209,39,222)
0 Favorites   0 Comments

Color spaces of #d127de

RGB 20939222
HSL0.820.730.51
HSV296°82°87°
CMYK 0.060.820.00   0.13
XYZ40.204820.280370.9027
Yxy20.28030.30600.1544
Hunter Lab45.033780.5510-61.8249
CIE-Lab52.152781.5713-55.8482

#d127de color RGB value is (209,39,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100111 11011110
Octal 321 47 336
Decimal 209 39 222
Hex D1 27 DE

RGB Percentages of Color #d127de

%44.47
%8.30
%47.23

CMYK Percentages of Color #d127de

%6
%82
%0
%13

Triadic Colors of #d127de

#d127de #ded127 #27ded1

Analogous Colors of #d127de

#d127de #de2790 #7627de

Monochromatic Colors of #d127de

#d127de

Complementary Color

#d127de #34de27

#d127de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d127de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d127de Color CSS Codes

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

#d127de Text Font Color

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

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


#d127de Background Color

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

This div background color is #d127de


#d127de Border Color

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

This div border color is #d127de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,39,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d127de


Comments

No comments written yet.

Please login to write comment.