Color Hex Logo

#d75364 Color Hex

#D75364
(215,83,100)
0 Favorites   0 Comments

Color spaces of #d75364

RGB 21583100
HSL0.980.620.58
HSV352°61°84°
CMYK 0.000.610.53   0.16
XYZ33.417821.553714.4556
Yxy21.55370.48130.3105
Hunter Lab46.426047.240414.0371
CIE-Lab53.550253.113017.8856

#d75364 color RGB value is (215,83,100).

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

The process color (four color CMYK) of #d75364 color hex is 0.00, 0.61, 0.53, 0.16. Web safe color of #d75364 is #cc6666. Color #d75364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010011 01100100
Octal 327 123 144
Decimal 215 83 100
Hex D7 53 64

RGB Percentages of Color #d75364

%54.02
%20.85
%25.13

CMYK Percentages of Color #d75364

%0
%61
%53
%16

Triadic Colors of #d75364

#d75364 #64d753 #5364d7

Analogous Colors of #d75364

#d75364 #d78453 #d753a6

Monochromatic Colors of #d75364

#d75364

Complementary Color

#d75364 #53d7c6

#d75364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75364 Color CSS Codes

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

#d75364 Text Font Color

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

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


#d75364 Background Color

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

This div background color is #d75364


#d75364 Border Color

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

This div border color is #d75364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75364


Comments

No comments written yet.

Please login to write comment.