Color Hex Logo

#d45495 Color Hex

#D45495
(212,84,149)
0 Favorites   0 Comments

Color spaces of #d45495

RGB 21284149
HSL0.920.600.58
HSV330°60°83°
CMYK 0.000.600.30   0.17
XYZ35.746522.507630.8941
Yxy22.50760.40100.2525
Hunter Lab47.442251.4715-5.3998
CIE-Lab54.561556.7680-9.7644

#d45495 color RGB value is (212,84,149).

#d45495 hex color red value is 212, green value is 84 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #d45495 hue: 0.92 , saturation: 0.60 and the lightness value of d45495 is 0.58.

The process color (four color CMYK) of #d45495 color hex is 0.00, 0.60, 0.30, 0.17. Web safe color of #d45495 is #cc6699. Color #d45495 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010100 10010101
Octal 324 124 225
Decimal 212 84 149
Hex D4 54 95

RGB Percentages of Color #d45495

%47.64
%18.88
%33.48

CMYK Percentages of Color #d45495

%0
%60
%30
%17

Triadic Colors of #d45495

#d45495 #95d454 #5495d4

Analogous Colors of #d45495

#d45495 #d45455 #d354d4

Monochromatic Colors of #d45495

#d45495

Complementary Color

#d45495 #54d493

#d45495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45495 Color CSS Codes

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

#d45495 Text Font Color

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

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


#d45495 Background Color

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

This div background color is #d45495


#d45495 Border Color

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

This div border color is #d45495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45495


Comments

No comments written yet.

Please login to write comment.