Color Hex Logo

#d12add Color Hex

#D12ADD
(209,42,221)
0 Favorites   0 Comments

Color spaces of #d12add

RGB 20942221
HSL0.820.720.52
HSV296°81°87°
CMYK 0.050.810.00   0.13
XYZ40.173620.431770.2329
Yxy20.43170.30700.1562
Hunter Lab45.201479.5426-60.4824
CIE-Lab52.321880.7450-55.0090

#d12add color RGB value is (209,42,221).

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

The process color (four color CMYK) of #d12add color hex is 0.05, 0.81, 0.00, 0.13. Web safe color of #d12add is #cc33cc. Color #d12add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101010 11011101
Octal 321 52 335
Decimal 209 42 221
Hex D1 2A DD

RGB Percentages of Color #d12add

%44.28
%8.90
%46.82

CMYK Percentages of Color #d12add

%5
%81
%0
%13

Triadic Colors of #d12add

#d12add #ddd12a #2addd1

Analogous Colors of #d12add

#d12add #dd2a90 #782add

Monochromatic Colors of #d12add

#d12add

Complementary Color

#d12add #36dd2a

#d12add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12add Color CSS Codes

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

#d12add Text Font Color

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

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


#d12add Background Color

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

This div background color is #d12add


#d12add Border Color

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

This div border color is #d12add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12add


Comments

No comments written yet.

Please login to write comment.