Color Hex Logo

#dd55ca Color Hex

#DD55CA
(221,85,202)
0 Favorites   0 Comments

Color spaces of #dd55ca

RGB 22185202
HSL0.860.670.60
HSV308°62°87°
CMYK 0.000.620.09   0.13
XYZ43.728026.133458.6167
Yxy26.13340.34040.2034
Hunter Lab51.120863.2248-32.1991
CIE-Lab58.163566.3208-34.8306

#dd55ca color RGB value is (221,85,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010101 11001010
Octal 335 125 312
Decimal 221 85 202
Hex DD 55 CA

RGB Percentages of Color #dd55ca

%43.50
%16.73
%39.76

CMYK Percentages of Color #dd55ca

%0
%62
%9
%13

Triadic Colors of #dd55ca

#dd55ca #cadd55 #55cadd

Analogous Colors of #dd55ca

#dd55ca #dd5586 #ac55dd

Monochromatic Colors of #dd55ca

#dd55ca

Complementary Color

#dd55ca #55dd68

#dd55ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd55ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd55ca Color CSS Codes

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

#dd55ca Text Font Color

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

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


#dd55ca Background Color

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

This div background color is #dd55ca


#dd55ca Border Color

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

This div border color is #dd55ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd55ca


Comments

No comments written yet.

Please login to write comment.