Color Hex Logo

#d45096 Color Hex

#D45096
(212,80,150)
0 Favorites   0 Comments

Color spaces of #d45096

RGB 21280150
HSL0.910.610.57
HSV328°62°83°
CMYK 0.000.620.29   0.17
XYZ35.525121.936431.2159
Yxy21.93640.40060.2474
Hunter Lab46.836353.4278-6.7307
CIE-Lab53.959558.6163-11.2571

#d45096 color RGB value is (212,80,150).

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

The process color (four color CMYK) of #d45096 color hex is 0.00, 0.62, 0.29, 0.17. Web safe color of #d45096 is #cc6699. Color #d45096 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010000 10010110
Octal 324 120 226
Decimal 212 80 150
Hex D4 50 96

RGB Percentages of Color #d45096

%47.96
%18.10
%33.94

CMYK Percentages of Color #d45096

%0
%62
%29
%17

Triadic Colors of #d45096

#d45096 #96d450 #5096d4

Analogous Colors of #d45096

#d45096 #d45054 #d050d4

Monochromatic Colors of #d45096

#d45096

Complementary Color

#d45096 #50d48e

#d45096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45096 Color CSS Codes

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

#d45096 Text Font Color

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

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


#d45096 Background Color

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

This div background color is #d45096


#d45096 Border Color

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

This div border color is #d45096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45096


Comments

No comments written yet.

Please login to write comment.