Color Hex Logo

#d829cb Color Hex

#D829CB
(216,41,203)
0 Favorites   0 Comments

Color spaces of #d829cb

RGB 21641203
HSL0.850.690.50
HSV304°81°85°
CMYK 0.000.810.06   0.15
XYZ39.891320.496658.3536
Yxy20.49660.33600.1726
Hunter Lab45.273278.0527-44.7290
CIE-Lab52.394179.5525-44.5339

#d829cb color RGB value is (216,41,203).

#d829cb hex color red value is 216, green value is 41 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d829cb hue: 0.85 , saturation: 0.69 and the lightness value of d829cb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101001 11001011
Octal 330 51 313
Decimal 216 41 203
Hex D8 29 CB

RGB Percentages of Color #d829cb

%46.96
%8.91
%44.13

CMYK Percentages of Color #d829cb

%0
%81
%6
%15

Triadic Colors of #d829cb

#d829cb #cbd829 #29cbd8

Analogous Colors of #d829cb

#d829cb #d82974 #8e29d8

Monochromatic Colors of #d829cb

#d829cb

Complementary Color

#d829cb #29d836

#d829cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d829cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d829cb Color CSS Codes

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

#d829cb Text Font Color

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

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


#d829cb Background Color

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

This div background color is #d829cb


#d829cb Border Color

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

This div border color is #d829cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d829cb


Comments

No comments written yet.

Please login to write comment.