Color Hex Logo

#d127da Color Hex

#D127DA
(209,39,218)
0 Favorites   0 Comments

Color spaces of #d127da

RGB 20939218
HSL0.820.710.50
HSV297°82°85°
CMYK 0.040.820.00   0.15
XYZ39.674920.068368.1121
Yxy20.06830.31030.1570
Hunter Lab44.797779.6921-58.7885
CIE-Lab51.914380.9423-53.9543

#d127da color RGB value is (209,39,218).

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

The process color (four color CMYK) of #d127da color hex is 0.04, 0.82, 0.00, 0.15. Web safe color of #d127da is #cc33cc. Color #d127da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100111 11011010
Octal 321 47 332
Decimal 209 39 218
Hex D1 27 DA

RGB Percentages of Color #d127da

%44.85
%8.37
%46.78

CMYK Percentages of Color #d127da

%4
%82
%0
%15

Triadic Colors of #d127da

#d127da #dad127 #27dad1

Analogous Colors of #d127da

#d127da #da278a #7827da

Monochromatic Colors of #d127da

#d127da

Complementary Color

#d127da #30da27

#d127da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d127da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d127da Color CSS Codes

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

#d127da Text Font Color

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

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


#d127da Background Color

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

This div background color is #d127da


#d127da Border Color

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

This div border color is #d127da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d127da


Comments

No comments written yet.

Please login to write comment.