Color Hex Logo

#d402bd Color Hex

#D402BD
(212,2,189)
0 Favorites   0 Comments

Color spaces of #d402bd

RGB 2122189
HSL0.850.980.42
HSV307°99°83°
CMYK 0.000.990.11   0.17
XYZ36.358417.714649.6471
Yxy17.71460.35050.1708
Hunter Lab42.088780.5422-40.4753
CIE-Lab49.148182.1492-41.6121

#d402bd color RGB value is (212,2,189).

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

The process color (four color CMYK) of #d402bd color hex is 0.00, 0.99, 0.11, 0.17. Web safe color of #d402bd is #cc00cc. Color #d402bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000010 10111101
Octal 324 2 275
Decimal 212 2 189
Hex D4 2 BD

RGB Percentages of Color #d402bd

%52.61
%0.50
%46.90

CMYK Percentages of Color #d402bd

%0
%99
%11
%17

Triadic Colors of #d402bd

#d402bd #bdd402 #02bdd4

Analogous Colors of #d402bd

#d402bd #d40254 #8202d4

Monochromatic Colors of #d402bd

#d402bd

Complementary Color

#d402bd #02d419

#d402bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d402bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d402bd Color CSS Codes

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

#d402bd Text Font Color

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

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


#d402bd Background Color

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

This div background color is #d402bd


#d402bd Border Color

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

This div border color is #d402bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d402bd


Comments

No comments written yet.

Please login to write comment.