Color Hex Logo

#d702bd Color Hex

#D702BD
(215,2,189)
0 Favorites   0 Comments

Color spaces of #d702bd

RGB 2152189
HSL0.850.980.43
HSV307°99°84°
CMYK 0.000.990.12   0.16
XYZ37.231318.164649.6879
Yxy18.16460.35430.1729
Hunter Lab42.619981.3465-39.2885
CIE-Lab49.695182.6730-40.7110

#d702bd color RGB value is (215,2,189).

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

The process color (four color CMYK) of #d702bd color hex is 0.00, 0.99, 0.12, 0.16. Web safe color of #d702bd is #cc00cc. Color #d702bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000010 10111101
Octal 327 2 275
Decimal 215 2 189
Hex D7 2 BD

RGB Percentages of Color #d702bd

%52.96
%0.49
%46.55

CMYK Percentages of Color #d702bd

%0
%99
%12
%16

Triadic Colors of #d702bd

#d702bd #bdd702 #02bdd7

Analogous Colors of #d702bd

#d702bd #d70252 #8702d7

Monochromatic Colors of #d702bd

#d702bd

Complementary Color

#d702bd #02d71c

#d702bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d702bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d702bd Color CSS Codes

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

#d702bd Text Font Color

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

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


#d702bd Background Color

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

This div background color is #d702bd


#d702bd Border Color

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

This div border color is #d702bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d702bd


Comments

No comments written yet.

Please login to write comment.