Color Hex Logo

#dc38ae Color Hex

#DC38AE
(220,56,174)
0 Favorites   0 Comments

Color spaces of #dc38ae

RGB 22056174
HSL0.880.700.54
HSV317°75°86°
CMYK 0.000.750.21   0.14
XYZ38.569421.100042.0843
Yxy21.10000.37900.2074
Hunter Lab45.934769.4929-22.1658
CIE-Lab53.058872.5060-26.6188

#dc38ae color RGB value is (220,56,174).

#dc38ae hex color red value is 220, green value is 56 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dc38ae hue: 0.88 , saturation: 0.70 and the lightness value of dc38ae is 0.54.

The process color (four color CMYK) of #dc38ae color hex is 0.00, 0.75, 0.21, 0.14. Web safe color of #dc38ae is #cc3399. Color #dc38ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111000 10101110
Octal 334 70 256
Decimal 220 56 174
Hex DC 38 AE

RGB Percentages of Color #dc38ae

%48.89
%12.44
%38.67

CMYK Percentages of Color #dc38ae

%0
%75
%21
%14

Triadic Colors of #dc38ae

#dc38ae #aedc38 #38aedc

Analogous Colors of #dc38ae

#dc38ae #dc385c #b838dc

Monochromatic Colors of #dc38ae

#dc38ae

Complementary Color

#dc38ae #38dc66

#dc38ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc38ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc38ae Color CSS Codes

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

#dc38ae Text Font Color

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

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


#dc38ae Background Color

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

This div background color is #dc38ae


#dc38ae Border Color

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

This div border color is #dc38ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,56,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc38ae


Comments

No comments written yet.

Please login to write comment.