Color Hex Logo

#d432bf Color Hex

#D432BF
(212,50,191)
0 Favorites   0 Comments

Color spaces of #d432bf

RGB 21250191
HSL0.850.650.51
HSV308°76°83°
CMYK 0.000.760.10   0.17
XYZ37.695920.039851.1715
Yxy20.03980.34610.1840
Hunter Lab44.765871.9690-36.4379
CIE-Lab51.882274.7616-38.4578

#d432bf color RGB value is (212,50,191).

#d432bf hex color red value is 212, green value is 50 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d432bf hue: 0.85 , saturation: 0.65 and the lightness value of d432bf is 0.51.

The process color (four color CMYK) of #d432bf color hex is 0.00, 0.76, 0.10, 0.17. Web safe color of #d432bf is #cc33cc. Color #d432bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110010 10111111
Octal 324 62 277
Decimal 212 50 191
Hex D4 32 BF

RGB Percentages of Color #d432bf

%46.80
%11.04
%42.16

CMYK Percentages of Color #d432bf

%0
%76
%10
%17

Triadic Colors of #d432bf

#d432bf #bfd432 #32bfd4

Analogous Colors of #d432bf

#d432bf #d4326e #9832d4

Monochromatic Colors of #d432bf

#d432bf

Complementary Color

#d432bf #32d447

#d432bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d432bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d432bf Color CSS Codes

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

#d432bf Text Font Color

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

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


#d432bf Background Color

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

This div background color is #d432bf


#d432bf Border Color

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

This div border color is #d432bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,50,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d432bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d432bf;
  -webkit-box-shadow: 1px 1px 3px 2px #d432bf;
  box-shadow:         1px 1px 3px 2px #d432bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,50,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d432bf


Comments

No comments written yet.

Please login to write comment.