Color Hex Logo

#dd12ce Color Hex

#DD12CE
(221,18,206)
0 Favorites   0 Comments

Color spaces of #dd12ce

RGB 22118206
HSL0.850.850.47
HSV304°92°87°
CMYK 0.000.920.07   0.13
XYZ41.175720.261060.1331
Yxy20.26100.33870.1667
Hunter Lab45.012284.5145-47.6986
CIE-Lab52.131084.6618-46.6224

#dd12ce color RGB value is (221,18,206).

#dd12ce hex color red value is 221, green value is 18 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dd12ce hue: 0.85 , saturation: 0.85 and the lightness value of dd12ce is 0.47.

The process color (four color CMYK) of #dd12ce color hex is 0.00, 0.92, 0.07, 0.13. Web safe color of #dd12ce is #cc00cc. Color #dd12ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010010 11001110
Octal 335 22 316
Decimal 221 18 206
Hex DD 12 CE

RGB Percentages of Color #dd12ce

%49.66
%4.04
%46.29

CMYK Percentages of Color #dd12ce

%0
%92
%7
%13

Triadic Colors of #dd12ce

#dd12ce #cedd12 #12cedd

Analogous Colors of #dd12ce

#dd12ce #dd1269 #8712dd

Monochromatic Colors of #dd12ce

#dd12ce

Complementary Color

#dd12ce #12dd21

#dd12ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd12ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd12ce Color CSS Codes

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

#dd12ce Text Font Color

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

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


#dd12ce Background Color

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

This div background color is #dd12ce


#dd12ce Border Color

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

This div border color is #dd12ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd12ce


Comments

No comments written yet.

Please login to write comment.