Color Hex Logo

#dd1bcc Color Hex

#DD1BCC
(221,27,204)
0 Favorites   0 Comments

Color spaces of #dd1bcc

RGB 22127204
HSL0.850.780.49
HSV305°88°87°
CMYK 0.000.880.08   0.13
XYZ41.109820.515758.9199
Yxy20.51570.34100.1702
Hunter Lab45.294382.7445-45.4199
CIE-Lab52.415383.2345-45.0212

#dd1bcc color RGB value is (221,27,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011011 11001100
Octal 335 33 314
Decimal 221 27 204
Hex DD 1B CC

RGB Percentages of Color #dd1bcc

%48.89
%5.97
%45.13

CMYK Percentages of Color #dd1bcc

%0
%88
%8
%13

Triadic Colors of #dd1bcc

#dd1bcc #ccdd1b #1bccdd

Analogous Colors of #dd1bcc

#dd1bcc #dd1b6b #8d1bdd

Monochromatic Colors of #dd1bcc

#dd1bcc

Complementary Color

#dd1bcc #1bdd2c

#dd1bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1bcc Color CSS Codes

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

#dd1bcc Text Font Color

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

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


#dd1bcc Background Color

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

This div background color is #dd1bcc


#dd1bcc Border Color

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

This div border color is #dd1bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1bcc


Comments

No comments written yet.

Please login to write comment.