Color Hex Logo

#d423bd Color Hex

#D423BD
(212,35,189)
0 Favorites   0 Comments

Color spaces of #d423bd

RGB 21235189
HSL0.850.720.48
HSV308°83°83°
CMYK 0.000.830.11   0.17
XYZ36.937718.873249.8402
Yxy18.87320.34960.1786
Hunter Lab43.443375.7440-37.6100
CIE-Lab50.538578.0736-39.4141

#d423bd color RGB value is (212,35,189).

#d423bd hex color red value is 212, green value is 35 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d423bd hue: 0.85 , saturation: 0.72 and the lightness value of d423bd is 0.48.

The process color (four color CMYK) of #d423bd color hex is 0.00, 0.83, 0.11, 0.17. Web safe color of #d423bd is #cc33cc. Color #d423bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100011 10111101
Octal 324 43 275
Decimal 212 35 189
Hex D4 23 BD

RGB Percentages of Color #d423bd

%48.62
%8.03
%43.35

CMYK Percentages of Color #d423bd

%0
%83
%11
%17

Triadic Colors of #d423bd

#d423bd #bdd423 #23bdd4

Analogous Colors of #d423bd

#d423bd #d42365 #9323d4

Monochromatic Colors of #d423bd

#d423bd

Complementary Color

#d423bd #23d43a

#d423bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d423bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d423bd Color CSS Codes

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

#d423bd Text Font Color

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

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


#d423bd Background Color

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

This div background color is #d423bd


#d423bd Border Color

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

This div border color is #d423bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d423bd


Comments

No comments written yet.

Please login to write comment.