Color Hex Logo

#dd50ca Color Hex

#DD50CA
(221,80,202)
0 Favorites   0 Comments

Color spaces of #dd50ca

RGB 22180202
HSL0.860.670.59
HSV308°64°87°
CMYK 0.000.640.09   0.13
XYZ43.348125.373758.4900
Yxy25.37370.34080.1995
Hunter Lab50.372365.4574-33.5842
CIE-Lab57.437768.3279-35.9645

#dd50ca color RGB value is (221,80,202).

#dd50ca hex color red value is 221, green value is 80 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dd50ca hue: 0.86 , saturation: 0.67 and the lightness value of dd50ca is 0.59.

The process color (four color CMYK) of #dd50ca color hex is 0.00, 0.64, 0.09, 0.13. Web safe color of #dd50ca is #cc66cc. Color #dd50ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010000 11001010
Octal 335 120 312
Decimal 221 80 202
Hex DD 50 CA

RGB Percentages of Color #dd50ca

%43.94
%15.90
%40.16

CMYK Percentages of Color #dd50ca

%0
%64
%9
%13

Triadic Colors of #dd50ca

#dd50ca #cadd50 #50cadd

Analogous Colors of #dd50ca

#dd50ca #dd5084 #aa50dd

Monochromatic Colors of #dd50ca

#dd50ca

Complementary Color

#dd50ca #50dd63

#dd50ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd50ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd50ca Color CSS Codes

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

#dd50ca Text Font Color

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

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


#dd50ca Background Color

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

This div background color is #dd50ca


#dd50ca Border Color

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

This div border color is #dd50ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd50ca


Comments

No comments written yet.

Please login to write comment.