Color Hex Logo

#d12bdc Color Hex

#D12BDC
(209,43,220)
0 Favorites   0 Comments

Color spaces of #d12bdc

RGB 20943220
HSL0.820.720.52
HSV296°80°86°
CMYK 0.050.800.00   0.14
XYZ40.076620.450469.5452
Yxy20.45040.30810.1572
Hunter Lab45.222179.0510-59.5241
CIE-Lab52.342780.3530-54.4072

#d12bdc color RGB value is (209,43,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101011 11011100
Octal 321 53 334
Decimal 209 43 220
Hex D1 2B DC

RGB Percentages of Color #d12bdc

%44.28
%9.11
%46.61

CMYK Percentages of Color #d12bdc

%5
%80
%0
%14

Triadic Colors of #d12bdc

#d12bdc #dcd12b #2bdcd1

Analogous Colors of #d12bdc

#d12bdc #dc2b8f #792bdc

Monochromatic Colors of #d12bdc

#d12bdc

Complementary Color

#d12bdc #36dc2b

#d12bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12bdc Color CSS Codes

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

#d12bdc Text Font Color

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

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


#d12bdc Background Color

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

This div background color is #d12bdc


#d12bdc Border Color

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

This div border color is #d12bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12bdc


Comments

No comments written yet.

Please login to write comment.