Color Hex Logo

#d12bbd Color Hex

#D12BBD
(209,43,189)
0 Favorites   0 Comments

Color spaces of #d12bbd

RGB 20943189
HSL0.850.660.49
HSV307°79°82°
CMYK 0.000.790.10   0.18
XYZ36.343718.957249.8877
Yxy18.95720.34550.1802
Hunter Lab43.539972.8032-37.4562
CIE-Lab50.637175.6822-39.2931

#d12bbd color RGB value is (209,43,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101011 10111101
Octal 321 53 275
Decimal 209 43 189
Hex D1 2B BD

RGB Percentages of Color #d12bbd

%47.39
%9.75
%42.86

CMYK Percentages of Color #d12bbd

%0
%79
%10
%18

Triadic Colors of #d12bbd

#d12bbd #bdd12b #2bbdd1

Analogous Colors of #d12bbd

#d12bbd #d12b6a #922bd1

Monochromatic Colors of #d12bbd

#d12bbd

Complementary Color

#d12bbd #2bd13f

#d12bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12bbd Color CSS Codes

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

#d12bbd Text Font Color

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

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


#d12bbd Background Color

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

This div background color is #d12bbd


#d12bbd Border Color

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

This div border color is #d12bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12bbd


Comments

No comments written yet.

Please login to write comment.