Color Hex Logo

#d73bd4 Color Hex

#D73BD4
(215,59,212)
0 Favorites   0 Comments

Color spaces of #d73bd4

RGB 21559212
HSL0.840.660.54
HSV301°73°84°
CMYK 0.000.730.01   0.16
XYZ41.472022.328564.4114
Yxy22.32850.32350.1742
Hunter Lab47.253073.9691-47.7420
CIE-Lab54.373875.8999-46.5582

#d73bd4 color RGB value is (215,59,212).

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

The process color (four color CMYK) of #d73bd4 color hex is 0.00, 0.73, 0.01, 0.16. Web safe color of #d73bd4 is #cc33cc. Color #d73bd4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111011 11010100
Octal 327 73 324
Decimal 215 59 212
Hex D7 3B D4

RGB Percentages of Color #d73bd4

%44.24
%12.14
%43.62

CMYK Percentages of Color #d73bd4

%0
%73
%1
%16

Triadic Colors of #d73bd4

#d73bd4 #d4d73b #3bd4d7

Analogous Colors of #d73bd4

#d73bd4 #d73b86 #8c3bd7

Monochromatic Colors of #d73bd4

#d73bd4

Complementary Color

#d73bd4 #3bd73e

#d73bd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73bd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73bd4 Color CSS Codes

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

#d73bd4 Text Font Color

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

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


#d73bd4 Background Color

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

This div background color is #d73bd4


#d73bd4 Border Color

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

This div border color is #d73bd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73bd4


Comments

No comments written yet.

Please login to write comment.