Color Hex Logo

#d12bce Color Hex

#D12BCE
(209,43,206)
0 Favorites   0 Comments

Color spaces of #d12bce

RGB 20943206
HSL0.840.660.49
HSV301°79°82°
CMYK 0.000.790.01   0.18
XYZ38.299019.739360.1840
Yxy19.73930.32400.1670
Hunter Lab44.428976.1214-49.2147
CIE-Lab51.541278.1803-47.6856

#d12bce color RGB value is (209,43,206).

#d12bce hex color red value is 209, green value is 43 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d12bce hue: 0.84 , saturation: 0.66 and the lightness value of d12bce is 0.49.

The process color (four color CMYK) of #d12bce color hex is 0.00, 0.79, 0.01, 0.18. Web safe color of #d12bce is #cc33cc. Color #d12bce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101011 11001110
Octal 321 53 316
Decimal 209 43 206
Hex D1 2B CE

RGB Percentages of Color #d12bce

%45.63
%9.39
%44.98

CMYK Percentages of Color #d12bce

%0
%79
%1
%18

Triadic Colors of #d12bce

#d12bce #ced12b #2bced1

Analogous Colors of #d12bce

#d12bce #d12b7b #812bd1

Monochromatic Colors of #d12bce

#d12bce

Complementary Color

#d12bce #2bd12e

#d12bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12bce Color CSS Codes

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

#d12bce Text Font Color

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

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


#d12bce Background Color

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

This div background color is #d12bce


#d12bce Border Color

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

This div border color is #d12bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12bce


Comments

No comments written yet.

Please login to write comment.