Color Hex Logo

#d12fbd Color Hex

#D12FBD
(209,47,189)
0 Favorites   0 Comments

Color spaces of #d12fbd

RGB 20947189
HSL0.850.640.50
HSV307°78°82°
CMYK 0.000.780.10   0.18
XYZ36.496319.262549.9386
Yxy19.26250.34530.1822
Hunter Lab43.889171.6272-36.7400
CIE-Lab50.992974.6558-38.7320

#d12fbd color RGB value is (209,47,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101111 10111101
Octal 321 57 275
Decimal 209 47 189
Hex D1 2F BD

RGB Percentages of Color #d12fbd

%46.97
%10.56
%42.47

CMYK Percentages of Color #d12fbd

%0
%78
%10
%18

Triadic Colors of #d12fbd

#d12fbd #bdd12f #2fbdd1

Analogous Colors of #d12fbd

#d12fbd #d12f6c #942fd1

Monochromatic Colors of #d12fbd

#d12fbd

Complementary Color

#d12fbd #2fd143

#d12fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12fbd Color CSS Codes

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

#d12fbd Text Font Color

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

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


#d12fbd Background Color

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

This div background color is #d12fbd


#d12fbd Border Color

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

This div border color is #d12fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12fbd


Comments

No comments written yet.

Please login to write comment.