Color Hex Logo

#d35476 Color Hex

#D35476
(211,84,118)
0 Favorites   0 Comments

Color spaces of #d35476

RGB 21184118
HSL0.960.590.58
HSV344°60°83°
CMYK 0.000.600.44   0.17
XYZ33.304321.497519.5336
Yxy21.49750.44800.2892
Hunter Lab46.365447.07727.4771
CIE-Lab53.489752.97387.0112

#d35476 color RGB value is (211,84,118).

#d35476 hex color red value is 211, green value is 84 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #d35476 hue: 0.96 , saturation: 0.59 and the lightness value of d35476 is 0.58.

The process color (four color CMYK) of #d35476 color hex is 0.00, 0.60, 0.44, 0.17. Web safe color of #d35476 is #cc6666. Color #d35476 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010100 01110110
Octal 323 124 166
Decimal 211 84 118
Hex D3 54 76

RGB Percentages of Color #d35476

%51.09
%20.34
%28.57

CMYK Percentages of Color #d35476

%0
%60
%44
%17

Triadic Colors of #d35476

#d35476 #76d354 #5476d3

Analogous Colors of #d35476

#d35476 #d37254 #d354b6

Monochromatic Colors of #d35476

#d35476

Complementary Color

#d35476 #54d3b1

#d35476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35476 Color CSS Codes

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

#d35476 Text Font Color

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

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


#d35476 Background Color

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

This div background color is #d35476


#d35476 Border Color

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

This div border color is #d35476


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,84,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35476


Comments

No comments written yet.

Please login to write comment.