Color Hex Logo

#d15364 Color Hex

#D15364
(209,83,100)
0 Favorites   0 Comments

Color spaces of #d15364

RGB 20983100
HSL0.980.580.57
HSV352°60°82°
CMYK 0.000.600.52   0.18
XYZ31.688020.661914.3746
Yxy20.66190.47490.3097
Hunter Lab45.455444.889713.0692
CIE-Lab52.577551.108816.3993

#d15364 color RGB value is (209,83,100).

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

The process color (four color CMYK) of #d15364 color hex is 0.00, 0.60, 0.52, 0.18. Web safe color of #d15364 is #cc6666. Color #d15364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010011 01100100
Octal 321 123 144
Decimal 209 83 100
Hex D1 53 64

RGB Percentages of Color #d15364

%53.32
%21.17
%25.51

CMYK Percentages of Color #d15364

%0
%60
%52
%18

Triadic Colors of #d15364

#d15364 #64d153 #5364d1

Analogous Colors of #d15364

#d15364 #d18153 #d153a3

Monochromatic Colors of #d15364

#d15364

Complementary Color

#d15364 #53d1c0

#d15364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15364 Color CSS Codes

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

#d15364 Text Font Color

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

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


#d15364 Background Color

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

This div background color is #d15364


#d15364 Border Color

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

This div border color is #d15364


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,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 #d15364">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15364


Comments

No comments written yet.

Please login to write comment.