Color Hex Logo

#d72385 Color Hex

#D72385
(215,35,133)
0 Favorites   0 Comments

Color spaces of #d72385

RGB 21535133
HSL0.910.720.49
HSV327°84°84°
CMYK 0.000.840.38   0.16
XYZ32.859017.342623.8059
Yxy17.34260.44400.2343
Hunter Lab41.644467.9653-4.7418
CIE-Lab48.688872.0892-8.9539

#d72385 color RGB value is (215,35,133).

#d72385 hex color red value is 215, green value is 35 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #d72385 hue: 0.91 , saturation: 0.72 and the lightness value of d72385 is 0.49.

The process color (four color CMYK) of #d72385 color hex is 0.00, 0.84, 0.38, 0.16. Web safe color of #d72385 is #cc3399. Color #d72385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100011 10000101
Octal 327 43 205
Decimal 215 35 133
Hex D7 23 85

RGB Percentages of Color #d72385

%56.14
%9.14
%34.73

CMYK Percentages of Color #d72385

%0
%84
%38
%16

Triadic Colors of #d72385

#d72385 #85d723 #2385d7

Analogous Colors of #d72385

#d72385 #d7232b #cf23d7

Monochromatic Colors of #d72385

#d72385

Complementary Color

#d72385 #23d775

#d72385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72385 Color CSS Codes

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

#d72385 Text Font Color

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

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


#d72385 Background Color

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

This div background color is #d72385


#d72385 Border Color

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

This div border color is #d72385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72385


Comments

No comments written yet.

Please login to write comment.