Color Hex Logo

#d844c1 Color Hex

#D844C1
(216,68,193)
0 Favorites   0 Comments

Color spaces of #d844c1

RGB 21668193
HSL0.860.650.56
HSV309°69°85°
CMYK 0.000.690.11   0.15
XYZ40.011722.583452.7023
Yxy22.58340.34700.1959
Hunter Lab47.522067.1267-32.4877
CIE-Lab54.640670.2455-35.2372

#d844c1 color RGB value is (216,68,193).

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

The process color (four color CMYK) of #d844c1 color hex is 0.00, 0.69, 0.11, 0.15. Web safe color of #d844c1 is #cc33cc. Color #d844c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000100 11000001
Octal 330 104 301
Decimal 216 68 193
Hex D8 44 C1

RGB Percentages of Color #d844c1

%45.28
%14.26
%40.46

CMYK Percentages of Color #d844c1

%0
%69
%11
%15

Triadic Colors of #d844c1

#d844c1 #c1d844 #44c1d8

Analogous Colors of #d844c1

#d844c1 #d84477 #a544d8

Monochromatic Colors of #d844c1

#d844c1

Complementary Color

#d844c1 #44d85b

#d844c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d844c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d844c1 Color CSS Codes

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

#d844c1 Text Font Color

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

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


#d844c1 Background Color

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

This div background color is #d844c1


#d844c1 Border Color

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

This div border color is #d844c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d844c1


Comments

No comments written yet.

Please login to write comment.