Color Hex Logo

#d34855 Color Hex

#D34855
(211,72,85)
0 Favorites   0 Comments

Color spaces of #d34855

RGB 2117285
HSL0.980.610.55
HSV354°66°83°
CMYK 0.000.660.60   0.17
XYZ30.821019.139510.6642
Yxy19.13950.50840.3157
Hunter Lab43.748749.193116.1716
CIE-Lab50.850055.363423.0682

#d34855 color RGB value is (211,72,85).

#d34855 hex color red value is 211, green value is 72 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d34855 hue: 0.98 , saturation: 0.61 and the lightness value of d34855 is 0.55.

The process color (four color CMYK) of #d34855 color hex is 0.00, 0.66, 0.60, 0.17. Web safe color of #d34855 is #cc3366. Color #d34855 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001000 01010101
Octal 323 110 125
Decimal 211 72 85
Hex D3 48 55

RGB Percentages of Color #d34855

%57.34
%19.57
%23.10

CMYK Percentages of Color #d34855

%0
%66
%60
%17

Triadic Colors of #d34855

#d34855 #55d348 #4855d3

Analogous Colors of #d34855

#d34855 #d38148 #d3489b

Monochromatic Colors of #d34855

#d34855

Complementary Color

#d34855 #48d3c6

#d34855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34855 Color CSS Codes

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

#d34855 Text Font Color

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

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


#d34855 Background Color

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

This div background color is #d34855


#d34855 Border Color

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

This div border color is #d34855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34855


Comments

No comments written yet.

Please login to write comment.