Color Hex Logo

#d12cbb Color Hex

#D12CBB
(209,44,187)
0 Favorites   0 Comments

Color spaces of #d12cbb

RGB 20944187
HSL0.860.650.50
HSV308°79°82°
CMYK 0.000.790.11   0.18
XYZ36.164818.944548.7643
Yxy18.94450.34820.1824
Hunter Lab43.525372.1450-35.9589
CIE-Lab50.622275.1499-38.1526

#d12cbb color RGB value is (209,44,187).

#d12cbb hex color red value is 209, green value is 44 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d12cbb hue: 0.86 , saturation: 0.65 and the lightness value of d12cbb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101100 10111011
Octal 321 54 273
Decimal 209 44 187
Hex D1 2C BB

RGB Percentages of Color #d12cbb

%47.50
%10.00
%42.50

CMYK Percentages of Color #d12cbb

%0
%79
%11
%18

Triadic Colors of #d12cbb

#d12cbb #bbd12c #2cbbd1

Analogous Colors of #d12cbb

#d12cbb #d12c69 #952cd1

Monochromatic Colors of #d12cbb

#d12cbb

Complementary Color

#d12cbb #2cd142

#d12cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12cbb Color CSS Codes

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

#d12cbb Text Font Color

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

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


#d12cbb Background Color

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

This div background color is #d12cbb


#d12cbb Border Color

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

This div border color is #d12cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12cbb


Comments

No comments written yet.

Please login to write comment.