Color Hex Logo

#dd0cca Color Hex

#DD0CCA
(221,12,202)
0 Favorites   0 Comments

Color spaces of #dd0cca

RGB 22112202
HSL0.850.900.46
HSV305°95°87°
CMYK 0.000.950.09   0.13
XYZ40.610919.899457.5776
Yxy19.89940.34390.1685
Hunter Lab44.608784.4375-45.3009
CIE-Lab51.723384.6816-44.9672

#dd0cca color RGB value is (221,12,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001100 11001010
Octal 335 14 312
Decimal 221 12 202
Hex DD C CA

RGB Percentages of Color #dd0cca

%50.80
%2.76
%46.44

CMYK Percentages of Color #dd0cca

%0
%95
%9
%13

Triadic Colors of #dd0cca

#dd0cca #cadd0c #0ccadd

Analogous Colors of #dd0cca

#dd0cca #dd0c62 #880cdd

Monochromatic Colors of #dd0cca

#dd0cca

Complementary Color

#dd0cca #0cdd1f

#dd0cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd0cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd0cca Color CSS Codes

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

#dd0cca Text Font Color

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

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


#dd0cca Background Color

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

This div background color is #dd0cca


#dd0cca Border Color

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

This div border color is #dd0cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd0cca


Comments

No comments written yet.

Please login to write comment.