Color Hex Logo

#d35472 Color Hex

#D35472
(211,84,114)
0 Favorites   0 Comments

Color spaces of #d35472

RGB 21184114
HSL0.960.590.58
HSV346°60°83°
CMYK 0.000.600.46   0.17
XYZ33.071621.404418.3080
Yxy21.40440.45440.2941
Hunter Lab46.264946.63398.9231
CIE-Lab53.389352.58399.2482

#d35472 color RGB value is (211,84,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010100 01110010
Octal 323 124 162
Decimal 211 84 114
Hex D3 54 72

RGB Percentages of Color #d35472

%51.59
%20.54
%27.87

CMYK Percentages of Color #d35472

%0
%60
%46
%17

Triadic Colors of #d35472

#d35472 #72d354 #5472d3

Analogous Colors of #d35472

#d35472 #d37654 #d354b2

Monochromatic Colors of #d35472

#d35472

Complementary Color

#d35472 #54d3b5

#d35472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35472 Color CSS Codes

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

#d35472 Text Font Color

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

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


#d35472 Background Color

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

This div background color is #d35472


#d35472 Border Color

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

This div border color is #d35472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35472


Comments

No comments written yet.

Please login to write comment.