Color Hex Logo

#dc65ae Color Hex

#DC65AE
(220,101,174)
0 Favorites   0 Comments

Color spaces of #dc65ae

RGB 220101174
HSL0.900.630.63
HSV323°54°86°
CMYK 0.000.540.21   0.14
XYZ41.808927.579043.1641
Yxy27.57900.37150.2450
Hunter Lab52.515750.2052-11.9711
CIE-Lab59.506554.8006-16.7375

#dc65ae color RGB value is (220,101,174).

#dc65ae hex color red value is 220, green value is 101 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dc65ae hue: 0.90 , saturation: 0.63 and the lightness value of dc65ae is 0.63.

The process color (four color CMYK) of #dc65ae color hex is 0.00, 0.54, 0.21, 0.14. Web safe color of #dc65ae is #cc6699. Color #dc65ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100101 10101110
Octal 334 145 256
Decimal 220 101 174
Hex DC 65 AE

RGB Percentages of Color #dc65ae

%44.44
%20.40
%35.15

CMYK Percentages of Color #dc65ae

%0
%54
%21
%14

Triadic Colors of #dc65ae

#dc65ae #aedc65 #65aedc

Analogous Colors of #dc65ae

#dc65ae #dc6573 #cf65dc

Monochromatic Colors of #dc65ae

#dc65ae

Complementary Color

#dc65ae #65dc93

#dc65ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc65ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc65ae Color CSS Codes

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

#dc65ae Text Font Color

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

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


#dc65ae Background Color

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

This div background color is #dc65ae


#dc65ae Border Color

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

This div border color is #dc65ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc65ae


Comments

No comments written yet.

Please login to write comment.