Color Hex Logo

#d13855 Color Hex

#D13855
(209,56,85)
0 Favorites   0 Comments

Color spaces of #d13855

RGB 2095685
HSL0.970.620.52
HSV349°73°82°
CMYK 0.000.730.59   0.18
XYZ29.348417.039510.3365
Yxy17.03950.51740.3004
Hunter Lab41.278954.671414.0487
CIE-Lab48.309860.752419.6426

#d13855 color RGB value is (209,56,85).

#d13855 hex color red value is 209, green value is 56 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d13855 hue: 0.97 , saturation: 0.62 and the lightness value of d13855 is 0.52.

The process color (four color CMYK) of #d13855 color hex is 0.00, 0.73, 0.59, 0.18. Web safe color of #d13855 is #cc3366. Color #d13855 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111000 01010101
Octal 321 70 125
Decimal 209 56 85
Hex D1 38 55

RGB Percentages of Color #d13855

%59.71
%16.00
%24.29

CMYK Percentages of Color #d13855

%0
%73
%59
%18

Triadic Colors of #d13855

#d13855 #55d138 #3855d1

Analogous Colors of #d13855

#d13855 #d16838 #d138a2

Monochromatic Colors of #d13855

#d13855

Complementary Color

#d13855 #38d1b4

#d13855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13855 Color CSS Codes

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

#d13855 Text Font Color

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

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


#d13855 Background Color

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

This div background color is #d13855


#d13855 Border Color

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

This div border color is #d13855


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,56,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13855


Comments

No comments written yet.

Please login to write comment.