Color Hex Logo

#d942bd Color Hex

#D942BD
(217,66,189)
0 Favorites   0 Comments

Color spaces of #d942bd

RGB 21766189
HSL0.860.670.55
HSV311°70°85°
CMYK 0.000.700.13   0.15
XYZ39.748822.322350.3577
Yxy22.32230.35350.1985
Hunter Lab47.246567.4920-30.1218
CIE-Lab54.367370.6010-33.3444

#d942bd color RGB value is (217,66,189).

#d942bd hex color red value is 217, green value is 66 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d942bd hue: 0.86 , saturation: 0.67 and the lightness value of d942bd is 0.55.

The process color (four color CMYK) of #d942bd color hex is 0.00, 0.70, 0.13, 0.15. Web safe color of #d942bd is #cc33cc. Color #d942bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000010 10111101
Octal 331 102 275
Decimal 217 66 189
Hex D9 42 BD

RGB Percentages of Color #d942bd

%45.97
%13.98
%40.04

CMYK Percentages of Color #d942bd

%0
%70
%13
%15

Triadic Colors of #d942bd

#d942bd #bdd942 #42bdd9

Analogous Colors of #d942bd

#d942bd #d94272 #aa42d9

Monochromatic Colors of #d942bd

#d942bd

Complementary Color

#d942bd #42d95e

#d942bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d942bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d942bd Color CSS Codes

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

#d942bd Text Font Color

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

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


#d942bd Background Color

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

This div background color is #d942bd


#d942bd Border Color

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

This div border color is #d942bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d942bd


Comments

No comments written yet.

Please login to write comment.