Color Hex Logo

#d128da Color Hex

#D128DA
(209,40,218)
0 Favorites   0 Comments

Color spaces of #d128da

RGB 20940218
HSL0.820.710.51
HSV297°82°85°
CMYK 0.040.820.00   0.15
XYZ39.708220.134868.1232
Yxy20.13480.31030.1573
Hunter Lab44.871879.4335-58.6022
CIE-Lab51.989380.7238-53.8344

#d128da color RGB value is (209,40,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101000 11011010
Octal 321 50 332
Decimal 209 40 218
Hex D1 28 DA

RGB Percentages of Color #d128da

%44.75
%8.57
%46.68

CMYK Percentages of Color #d128da

%4
%82
%0
%15

Triadic Colors of #d128da

#d128da #dad128 #28dad1

Analogous Colors of #d128da

#d128da #da288a #7828da

Monochromatic Colors of #d128da

#d128da

Complementary Color

#d128da #31da28

#d128da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d128da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d128da Color CSS Codes

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

#d128da Text Font Color

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

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


#d128da Background Color

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

This div background color is #d128da


#d128da Border Color

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

This div border color is #d128da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d128da


Comments

No comments written yet.

Please login to write comment.