Color Hex Logo

#d845b4 Color Hex

#D845B4
(216,69,180)
0 Favorites   0 Comments

Color spaces of #d845b4

RGB 21669180
HSL0.870.650.56
HSV315°68°85°
CMYK 0.000.680.17   0.15
XYZ38.685222.150545.4165
Yxy22.15050.36410.2085
Hunter Lab47.064364.3581-24.2691
CIE-Lab54.186368.0159-28.4226

#d845b4 color RGB value is (216,69,180).

#d845b4 hex color red value is 216, green value is 69 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #d845b4 hue: 0.87 , saturation: 0.65 and the lightness value of d845b4 is 0.56.

The process color (four color CMYK) of #d845b4 color hex is 0.00, 0.68, 0.17, 0.15. Web safe color of #d845b4 is #cc33cc. Color #d845b4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000101 10110100
Octal 330 105 264
Decimal 216 69 180
Hex D8 45 B4

RGB Percentages of Color #d845b4

%46.45
%14.84
%38.71

CMYK Percentages of Color #d845b4

%0
%68
%17
%15

Triadic Colors of #d845b4

#d845b4 #b4d845 #45b4d8

Analogous Colors of #d845b4

#d845b4 #d8456b #b345d8

Monochromatic Colors of #d845b4

#d845b4

Complementary Color

#d845b4 #45d869

#d845b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d845b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d845b4 Color CSS Codes

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

#d845b4 Text Font Color

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

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


#d845b4 Background Color

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

This div background color is #d845b4


#d845b4 Border Color

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

This div border color is #d845b4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,69,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d845b4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d845b4;
  -webkit-box-shadow: 1px 1px 3px 2px #d845b4;
  box-shadow:         1px 1px 3px 2px #d845b4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,69,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d845b4


Comments

No comments written yet.

Please login to write comment.