Color Hex Logo

#d831ca Color Hex

#D831CA
(216,49,202)
0 Favorites   0 Comments

Color spaces of #d831ca

RGB 21649202
HSL0.850.680.52
HSV305°77°85°
CMYK 0.000.770.06   0.15
XYZ40.077921.059857.8297
Yxy21.05980.33690.1770
Hunter Lab45.891075.5800-42.5909
CIE-Lab53.014977.4595-42.9760

#d831ca color RGB value is (216,49,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110001 11001010
Octal 330 61 312
Decimal 216 49 202
Hex D8 31 CA

RGB Percentages of Color #d831ca

%46.25
%10.49
%43.25

CMYK Percentages of Color #d831ca

%0
%77
%6
%15

Triadic Colors of #d831ca

#d831ca #cad831 #31cad8

Analogous Colors of #d831ca

#d831ca #d83177 #9331d8

Monochromatic Colors of #d831ca

#d831ca

Complementary Color

#d831ca #31d83f

#d831ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d831ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d831ca Color CSS Codes

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

#d831ca Text Font Color

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

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


#d831ca Background Color

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

This div background color is #d831ca


#d831ca Border Color

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

This div border color is #d831ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,49,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 #d831ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d831ca


Comments

No comments written yet.

Please login to write comment.