Color Hex Logo

#d75396 Color Hex

#D75396
(215,83,150)
0 Favorites   0 Comments

Color spaces of #d75396

RGB 21583150
HSL0.920.620.58
HSV330°61°84°
CMYK 0.000.610.30   0.16
XYZ36.622622.835631.3316
Yxy22.83560.40340.2515
Hunter Lab47.786653.1719-5.4232
CIE-Lab54.902658.2224-9.7937

#d75396 color RGB value is (215,83,150).

#d75396 hex color red value is 215, green value is 83 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #d75396 hue: 0.92 , saturation: 0.62 and the lightness value of d75396 is 0.58.

The process color (four color CMYK) of #d75396 color hex is 0.00, 0.61, 0.30, 0.16. Web safe color of #d75396 is #cc6699. Color #d75396 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010011 10010110
Octal 327 123 226
Decimal 215 83 150
Hex D7 53 96

RGB Percentages of Color #d75396

%47.99
%18.53
%33.48

CMYK Percentages of Color #d75396

%0
%61
%30
%16

Triadic Colors of #d75396

#d75396 #96d753 #5396d7

Analogous Colors of #d75396

#d75396 #d75354 #d653d7

Monochromatic Colors of #d75396

#d75396

Complementary Color

#d75396 #53d794

#d75396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75396 Color CSS Codes

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

#d75396 Text Font Color

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

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


#d75396 Background Color

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

This div background color is #d75396


#d75396 Border Color

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

This div border color is #d75396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75396


Comments

No comments written yet.

Please login to write comment.