Color Hex Logo

#d0438d Color Hex

#D0438D
(208,67,141)
0 Favorites   0 Comments

Color spaces of #d0438d

RGB 20867141
HSL0.910.600.54
HSV329°68°82°
CMYK 0.000.680.32   0.18
XYZ32.827319.347327.2035
Yxy19.34730.41360.2437
Hunter Lab43.985656.2433-5.8788
CIE-Lab51.091161.6219-10.2912

#d0438d color RGB value is (208,67,141).

#d0438d hex color red value is 208, green value is 67 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #d0438d hue: 0.91 , saturation: 0.60 and the lightness value of d0438d is 0.54.

The process color (four color CMYK) of #d0438d color hex is 0.00, 0.68, 0.32, 0.18. Web safe color of #d0438d is #cc3399. Color #d0438d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000011 10001101
Octal 320 103 215
Decimal 208 67 141
Hex D0 43 8D

RGB Percentages of Color #d0438d

%50.00
%16.11
%33.89

CMYK Percentages of Color #d0438d

%0
%68
%32
%18

Triadic Colors of #d0438d

#d0438d #8dd043 #438dd0

Analogous Colors of #d0438d

#d0438d #d04346 #cd43d0

Monochromatic Colors of #d0438d

#d0438d

Complementary Color

#d0438d #43d086

#d0438d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0438d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0438d Color CSS Codes

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

#d0438d Text Font Color

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

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


#d0438d Background Color

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

This div background color is #d0438d


#d0438d Border Color

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

This div border color is #d0438d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,67,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0438d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0438d;
  -webkit-box-shadow: 1px 1px 3px 2px #d0438d;
  box-shadow:         1px 1px 3px 2px #d0438d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,67,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0438d


Comments

No comments written yet.

Please login to write comment.