Color Hex Logo

#dd2bcc Color Hex

#DD2BCC
(221,43,204)
0 Favorites   0 Comments

Color spaces of #dd2bcc

RGB 22143204
HSL0.850.720.52
HSV306°81°87°
CMYK 0.000.810.08   0.13
XYZ41.581821.459559.0772
Yxy21.45950.34050.1757
Hunter Lab46.324479.1578-43.1851
CIE-Lab53.448880.2217-43.3843

#dd2bcc color RGB value is (221,43,204).

#dd2bcc hex color red value is 221, green value is 43 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dd2bcc hue: 0.85 , saturation: 0.72 and the lightness value of dd2bcc is 0.52.

The process color (four color CMYK) of #dd2bcc color hex is 0.00, 0.81, 0.08, 0.13. Web safe color of #dd2bcc is #cc33cc. Color #dd2bcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101011 11001100
Octal 335 53 314
Decimal 221 43 204
Hex DD 2B CC

RGB Percentages of Color #dd2bcc

%47.22
%9.19
%43.59

CMYK Percentages of Color #dd2bcc

%0
%81
%8
%13

Triadic Colors of #dd2bcc

#dd2bcc #ccdd2b #2bccdd

Analogous Colors of #dd2bcc

#dd2bcc #dd2b73 #952bdd

Monochromatic Colors of #dd2bcc

#dd2bcc

Complementary Color

#dd2bcc #2bdd3c

#dd2bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2bcc Color CSS Codes

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

#dd2bcc Text Font Color

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

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


#dd2bcc Background Color

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

This div background color is #dd2bcc


#dd2bcc Border Color

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

This div border color is #dd2bcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,43,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2bcc


Comments

No comments written yet.

Please login to write comment.