Color Hex Logo

#d303bd Color Hex

#D303BD
(211,3,189)
0 Favorites   0 Comments

Color spaces of #d303bd

RGB 2113189
HSL0.850.970.42
HSV306°99°83°
CMYK 0.000.990.10   0.17
XYZ36.081817.588149.6372
Yxy17.58810.34930.1703
Hunter Lab41.938280.1819-40.8178
CIE-Lab48.992781.8965-41.8698

#d303bd color RGB value is (211,3,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000011 10111101
Octal 323 3 275
Decimal 211 3 189
Hex D3 3 BD

RGB Percentages of Color #d303bd

%52.36
%0.74
%46.90

CMYK Percentages of Color #d303bd

%0
%99
%10
%17

Triadic Colors of #d303bd

#d303bd #bdd303 #03bdd3

Analogous Colors of #d303bd

#d303bd #d30355 #8103d3

Monochromatic Colors of #d303bd

#d303bd

Complementary Color

#d303bd #03d319

#d303bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d303bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d303bd Color CSS Codes

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

#d303bd Text Font Color

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

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


#d303bd Background Color

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

This div background color is #d303bd


#d303bd Border Color

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

This div border color is #d303bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d303bd


Comments

No comments written yet.

Please login to write comment.