Color Hex Logo

#d12cdb Color Hex

#D12CDB
(209,44,219)
0 Favorites   0 Comments

Color spaces of #d12cdb

RGB 20944219
HSL0.820.710.52
HSV297°80°86°
CMYK 0.050.800.00   0.14
XYZ39.981420.471168.8619
Yxy20.47110.30920.1583
Hunter Lab45.245078.5554-58.5666
CIE-Lab52.365779.9565-53.8015

#d12cdb color RGB value is (209,44,219).

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

The process color (four color CMYK) of #d12cdb color hex is 0.05, 0.80, 0.00, 0.14. Web safe color of #d12cdb is #cc33cc. Color #d12cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101100 11011011
Octal 321 54 333
Decimal 209 44 219
Hex D1 2C DB

RGB Percentages of Color #d12cdb

%44.28
%9.32
%46.40

CMYK Percentages of Color #d12cdb

%5
%80
%0
%14

Triadic Colors of #d12cdb

#d12cdb #dbd12c #2cdbd1

Analogous Colors of #d12cdb

#d12cdb #db2c8e #7a2cdb

Monochromatic Colors of #d12cdb

#d12cdb

Complementary Color

#d12cdb #36db2c

#d12cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12cdb Color CSS Codes

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

#d12cdb Text Font Color

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

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


#d12cdb Background Color

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

This div background color is #d12cdb


#d12cdb Border Color

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

This div border color is #d12cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12cdb


Comments

No comments written yet.

Please login to write comment.