Color Hex Logo

#d46273 Color Hex

#D46273
(212,98,115)
0 Favorites   0 Comments

Color spaces of #d46273

RGB 21298115
HSL0.980.570.61
HSV351°54°83°
CMYK 0.000.540.46   0.17
XYZ34.613623.970219.0220
Yxy23.97020.44600.3089
Hunter Lab48.959440.518111.2358
CIE-Lab56.057946.464012.4326

#d46273 color RGB value is (212,98,115).

#d46273 hex color red value is 212, green value is 98 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #d46273 hue: 0.98 , saturation: 0.57 and the lightness value of d46273 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100010 01110011
Octal 324 142 163
Decimal 212 98 115
Hex D4 62 73

RGB Percentages of Color #d46273

%49.88
%23.06
%27.06

CMYK Percentages of Color #d46273

%0
%54
%46
%17

Triadic Colors of #d46273

#d46273 #73d462 #6273d4

Analogous Colors of #d46273

#d46273 #d48a62 #d462ac

Monochromatic Colors of #d46273

#d46273

Complementary Color

#d46273 #62d4c3

#d46273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46273 Color CSS Codes

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

#d46273 Text Font Color

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

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


#d46273 Background Color

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

This div background color is #d46273


#d46273 Border Color

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

This div border color is #d46273


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,98,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d46273; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d46273;
  -webkit-box-shadow: 1px 1px 3px 2px #d46273;
  box-shadow:         1px 1px 3px 2px #d46273; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,98,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46273


Comments

No comments written yet.

Please login to write comment.