Color Hex Logo

#d240bd Color Hex

#D240BD
(210,64,189)
0 Favorites   0 Comments

Color spaces of #d240bd

RGB 21064189
HSL0.860.620.54
HSV309°70°82°
CMYK 0.000.700.10   0.18
XYZ37.597021.042650.2241
Yxy21.04260.34540.1933
Hunter Lab45.872266.0227-32.8043
CIE-Lab52.996169.6387-35.5717

#d240bd color RGB value is (210,64,189).

#d240bd hex color red value is 210, green value is 64 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d240bd hue: 0.86 , saturation: 0.62 and the lightness value of d240bd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000000 10111101
Octal 322 100 275
Decimal 210 64 189
Hex D2 40 BD

RGB Percentages of Color #d240bd

%45.36
%13.82
%40.82

CMYK Percentages of Color #d240bd

%0
%70
%10
%18

Triadic Colors of #d240bd

#d240bd #bdd240 #40bdd2

Analogous Colors of #d240bd

#d240bd #d24074 #9e40d2

Monochromatic Colors of #d240bd

#d240bd

Complementary Color

#d240bd #40d255

#d240bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d240bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d240bd Color CSS Codes

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

#d240bd Text Font Color

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

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


#d240bd Background Color

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

This div background color is #d240bd


#d240bd Border Color

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

This div border color is #d240bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d240bd


Comments

No comments written yet.

Please login to write comment.