color codes Logo

#d0038e color codes

#D0038E
(208,3,142)
0 Favorites   0 Comments

Color spaces of #d0038e

RGB 2083142
HSL0.890.970.41
HSV319°99°82°
CMYK 0.000.990.32   0.18
XYZ30.927515.428026.9390
Yxy15.42800.42200.2105
Hunter Lab39.278571.8118-13.1689
CIE-Lab46.214975.7375-18.2888

#d0038e color RGB value is (208,3,142).

#d0038e hex color red value is 208, green value is 3 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d0038e hue: 0.89 , saturation: 0.97 and the lightness value of d0038e is 0.41.

The process color (four color CMYK) of #d0038e color code is 0.00, 0.99, 0.32, 0.18. Web safe color of #d0038e is #cc0099. Color #d0038e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000011 10001110
Octal 320 3 216
Decimal 208 3 142
Hex D0 3 8E

RGB Percentages of Color #d0038e

%58.92
%0.85
%40.23

CMYK Percentages of Color #d0038e

%0
%99
%32
%18

Triadic Colors of #d0038e

#d0038e #8ed003 #038ed0

Analogous Colors of #d0038e

#d0038e #d00327 #ac03d0

Monochromatic Colors of #d0038e

#d0038e

Complementary Color

#d0038e #03d045

#d0038e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0038e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0038e Color CSS Codes

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

#d0038e Text Font Color

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

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


#d0038e Background Color

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

This div background color is #d0038e


#d0038e Border Color

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

This div border color is #d0038e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0038e


Comments

No comments written yet.

Please login to write comment.