Color Hex Logo

#d12bda Color Hex

#D12BDA
(209,43,218)
0 Favorites   0 Comments

Color spaces of #d12bda

RGB 20943218
HSL0.820.700.51
HSV297°80°85°
CMYK 0.040.800.00   0.15
XYZ39.813320.345068.1583
Yxy20.34500.31030.1586
Hunter Lab45.105478.6224-58.0186
CIE-Lab52.225180.0370-53.4573

#d12bda color RGB value is (209,43,218).

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

The process color (four color CMYK) of #d12bda color hex is 0.04, 0.80, 0.00, 0.15. Web safe color of #d12bda is #cc33cc. Color #d12bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101011 11011010
Octal 321 53 332
Decimal 209 43 218
Hex D1 2B DA

RGB Percentages of Color #d12bda

%44.47
%9.15
%46.38

CMYK Percentages of Color #d12bda

%4
%80
%0
%15

Triadic Colors of #d12bda

#d12bda #dad12b #2bdad1

Analogous Colors of #d12bda

#d12bda #da2b8c #7a2bda

Monochromatic Colors of #d12bda

#d12bda

Complementary Color

#d12bda #34da2b

#d12bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12bda Color CSS Codes

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

#d12bda Text Font Color

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

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


#d12bda Background Color

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

This div background color is #d12bda


#d12bda Border Color

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

This div border color is #d12bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12bda


Comments

No comments written yet.

Please login to write comment.