Color Hex Logo

#dc438e Color Hex

#DC438E
(220,67,142)
0 Favorites   0 Comments

Color spaces of #dc438e

RGB 22067142
HSL0.920.690.56
HSV331°70°86°
CMYK 0.000.700.35   0.14
XYZ36.404821.182927.7612
Yxy21.18290.42650.2482
Hunter Lab46.024960.6465-3.5450
CIE-Lab53.149165.0579-7.5979

#dc438e color RGB value is (220,67,142).

#dc438e hex color red value is 220, green value is 67 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dc438e hue: 0.92 , saturation: 0.69 and the lightness value of dc438e is 0.56.

The process color (four color CMYK) of #dc438e color hex is 0.00, 0.70, 0.35, 0.14. Web safe color of #dc438e is #cc3399. Color #dc438e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000011 10001110
Octal 334 103 216
Decimal 220 67 142
Hex DC 43 8E

RGB Percentages of Color #dc438e

%51.28
%15.62
%33.10

CMYK Percentages of Color #dc438e

%0
%70
%35
%14

Triadic Colors of #dc438e

#dc438e #8edc43 #438edc

Analogous Colors of #dc438e

#dc438e #dc4443 #dc43db

Monochromatic Colors of #dc438e

#dc438e

Complementary Color

#dc438e #43dc91

#dc438e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc438e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc438e Color CSS Codes

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

#dc438e Text Font Color

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

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


#dc438e Background Color

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

This div background color is #dc438e


#dc438e Border Color

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

This div border color is #dc438e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc438e


Comments

No comments written yet.

Please login to write comment.