Color Hex Logo

#d438dd Color Hex

#D438DD
(212,56,221)
0 Favorites   0 Comments

Color spaces of #d438dd

RGB 21256221
HSL0.820.710.54
HSV297°75°87°
CMYK 0.040.750.00   0.13
XYZ41.616722.045970.4684
Yxy22.04590.31030.1644
Hunter Lab46.953176.0451-56.1169
CIE-Lab54.075777.6256-52.1780

#d438dd color RGB value is (212,56,221).

#d438dd hex color red value is 212, green value is 56 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d438dd hue: 0.82 , saturation: 0.71 and the lightness value of d438dd is 0.54.

The process color (four color CMYK) of #d438dd color hex is 0.04, 0.75, 0.00, 0.13. Web safe color of #d438dd is #cc33cc. Color #d438dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111000 11011101
Octal 324 70 335
Decimal 212 56 221
Hex D4 38 DD

RGB Percentages of Color #d438dd

%43.35
%11.45
%45.19

CMYK Percentages of Color #d438dd

%4
%75
%0
%13

Triadic Colors of #d438dd

#d438dd #ddd438 #38ddd4

Analogous Colors of #d438dd

#d438dd #dd3894 #8238dd

Monochromatic Colors of #d438dd

#d438dd

Complementary Color

#d438dd #41dd38

#d438dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d438dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d438dd Color CSS Codes

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

#d438dd Text Font Color

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

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


#d438dd Background Color

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

This div background color is #d438dd


#d438dd Border Color

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

This div border color is #d438dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d438dd


Comments

No comments written yet.

Please login to write comment.