Color Hex Logo

#d0439d Color Hex

#D0439D
(208,67,157)
0 Favorites   0 Comments

Color spaces of #d0439d

RGB 20867157
HSL0.890.600.54
HSV322°68°82°
CMYK 0.000.680.25   0.18
XYZ34.105419.858533.9338
Yxy19.85850.38800.2259
Hunter Lab44.562958.6267-13.9542
CIE-Lab51.676863.5919-18.9140

#d0439d color RGB value is (208,67,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000011 10011101
Octal 320 103 235
Decimal 208 67 157
Hex D0 43 9D

RGB Percentages of Color #d0439d

%48.15
%15.51
%36.34

CMYK Percentages of Color #d0439d

%0
%68
%25
%18

Triadic Colors of #d0439d

#d0439d #9dd043 #439dd0

Analogous Colors of #d0439d

#d0439d #d04356 #bd43d0

Monochromatic Colors of #d0439d

#d0439d

Complementary Color

#d0439d #43d076

#d0439d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0439d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0439d Color CSS Codes

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

#d0439d Text Font Color

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

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


#d0439d Background Color

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

This div background color is #d0439d


#d0439d Border Color

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

This div border color is #d0439d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0439d


Comments

No comments written yet.

Please login to write comment.