Color Hex Logo

#d73bda Color Hex

#D73BDA
(215,59,218)
0 Favorites   0 Comments

Color spaces of #d73bda

RGB 21559218
HSL0.830.680.54
HSV299°73°85°
CMYK 0.010.730.00   0.15
XYZ42.243222.637068.4726
Yxy22.63700.31680.1698
Hunter Lab47.578475.2219-52.0226
CIE-Lab54.696576.8456-49.4588

#d73bda color RGB value is (215,59,218).

#d73bda hex color red value is 215, green value is 59 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d73bda hue: 0.83 , saturation: 0.68 and the lightness value of d73bda is 0.54.

The process color (four color CMYK) of #d73bda color hex is 0.01, 0.73, 0.00, 0.15. Web safe color of #d73bda is #cc33cc. Color #d73bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111011 11011010
Octal 327 73 332
Decimal 215 59 218
Hex D7 3B DA

RGB Percentages of Color #d73bda

%43.70
%11.99
%44.31

CMYK Percentages of Color #d73bda

%1
%73
%0
%15

Triadic Colors of #d73bda

#d73bda #dad73b #3bdad7

Analogous Colors of #d73bda

#d73bda #da3b8e #883bda

Monochromatic Colors of #d73bda

#d73bda

Complementary Color

#d73bda #3eda3b

#d73bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73bda Color CSS Codes

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

#d73bda Text Font Color

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

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


#d73bda Background Color

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

This div background color is #d73bda


#d73bda Border Color

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

This div border color is #d73bda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,59,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d73bda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73bda


Comments

No comments written yet.

Please login to write comment.