Color Hex Logo

#dd01ca Color Hex

#DD01CA
(221,1,202)
0 Favorites   0 Comments

Color spaces of #dd01ca

RGB 2211202
HSL0.850.990.44
HSV305°100°87°
CMYK 0.001.000.09   0.13
XYZ40.490319.658157.5374
Yxy19.65810.34410.1670
Hunter Lab44.337585.4210-45.9053
CIE-Lab51.448485.4931-45.4034

#dd01ca color RGB value is (221,1,202).

#dd01ca hex color red value is 221, green value is 1 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dd01ca hue: 0.85 , saturation: 0.99 and the lightness value of dd01ca is 0.44.

The process color (four color CMYK) of #dd01ca color hex is 0.00, 1.00, 0.09, 0.13. Web safe color of #dd01ca is #cc00cc. Color #dd01ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000001 11001010
Octal 335 1 312
Decimal 221 1 202
Hex DD 1 CA

RGB Percentages of Color #dd01ca

%52.12
%0.24
%47.64

CMYK Percentages of Color #dd01ca

%0
%100
%9
%13

Triadic Colors of #dd01ca

#dd01ca #cadd01 #01cadd

Analogous Colors of #dd01ca

#dd01ca #dd015c #8201dd

Monochromatic Colors of #dd01ca

#dd01ca

Complementary Color

#dd01ca #01dd14

#dd01ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd01ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd01ca Color CSS Codes

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

#dd01ca Text Font Color

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

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


#dd01ca Background Color

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

This div background color is #dd01ca


#dd01ca Border Color

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

This div border color is #dd01ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd01ca


Comments

No comments written yet.

Please login to write comment.