Color Hex Logo

#d844ca Color Hex

#D844CA
(216,68,202)
0 Favorites   0 Comments

Color spaces of #d844ca

RGB 21668202
HSL0.850.650.56
HSV306°69°85°
CMYK 0.000.690.06   0.15
XYZ41.046722.997458.1527
Yxy22.99740.33590.1882
Hunter Lab47.955668.8614-38.3283
CIE-Lab55.069771.5998-39.7342

#d844ca color RGB value is (216,68,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000100 11001010
Octal 330 104 312
Decimal 216 68 202
Hex D8 44 CA

RGB Percentages of Color #d844ca

%44.44
%13.99
%41.56

CMYK Percentages of Color #d844ca

%0
%69
%6
%15

Triadic Colors of #d844ca

#d844ca #cad844 #44cad8

Analogous Colors of #d844ca

#d844ca #d84480 #9c44d8

Monochromatic Colors of #d844ca

#d844ca

Complementary Color

#d844ca #44d852

#d844ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d844ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d844ca Color CSS Codes

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

#d844ca Text Font Color

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

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


#d844ca Background Color

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

This div background color is #d844ca


#d844ca Border Color

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

This div border color is #d844ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d844ca


Comments

No comments written yet.

Please login to write comment.