Color Hex Logo

#dc49ca Color Hex

#DC49CA
(220,73,202)
0 Favorites   0 Comments

Color spaces of #dc49ca

RGB 22073202
HSL0.850.680.57
HSV307°67°86°
CMYK 0.000.670.08   0.14
XYZ42.558424.245058.3138
Yxy24.24500.34010.1938
Hunter Lab49.239268.1124-35.7495
CIE-Lab56.332370.7414-37.7070

#dc49ca color RGB value is (220,73,202).

#dc49ca hex color red value is 220, green value is 73 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dc49ca hue: 0.85 , saturation: 0.68 and the lightness value of dc49ca is 0.57.

The process color (four color CMYK) of #dc49ca color hex is 0.00, 0.67, 0.08, 0.14. Web safe color of #dc49ca is #cc33cc. Color #dc49ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001001 11001010
Octal 334 111 312
Decimal 220 73 202
Hex DC 49 CA

RGB Percentages of Color #dc49ca

%44.44
%14.75
%40.81

CMYK Percentages of Color #dc49ca

%0
%67
%8
%14

Triadic Colors of #dc49ca

#dc49ca #cadc49 #49cadc

Analogous Colors of #dc49ca

#dc49ca #dc4981 #a549dc

Monochromatic Colors of #dc49ca

#dc49ca

Complementary Color

#dc49ca #49dc5b

#dc49ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc49ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc49ca Color CSS Codes

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

#dc49ca Text Font Color

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

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


#dc49ca Background Color

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

This div background color is #dc49ca


#dc49ca Border Color

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

This div border color is #dc49ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc49ca


Comments

No comments written yet.

Please login to write comment.