Color Hex Logo

#d824ce Color Hex

#D824CE
(216,36,206)
0 Favorites   0 Comments

Color spaces of #d824ce

RGB 21636206
HSL0.840.710.49
HSV303°83°85°
CMYK 0.000.830.05   0.15
XYZ40.090420.316960.2011
Yxy20.31690.33240.1685
Hunter Lab45.074379.8832-47.6356
CIE-Lab52.193681.0384-46.5762

#d824ce color RGB value is (216,36,206).

#d824ce hex color red value is 216, green value is 36 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d824ce hue: 0.84 , saturation: 0.71 and the lightness value of d824ce is 0.49.

The process color (four color CMYK) of #d824ce color hex is 0.00, 0.83, 0.05, 0.15. Web safe color of #d824ce is #cc33cc. Color #d824ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100100 11001110
Octal 330 44 316
Decimal 216 36 206
Hex D8 24 CE

RGB Percentages of Color #d824ce

%47.16
%7.86
%44.98

CMYK Percentages of Color #d824ce

%0
%83
%5
%15

Triadic Colors of #d824ce

#d824ce #ced824 #24ced8

Analogous Colors of #d824ce

#d824ce #d82474 #8824d8

Monochromatic Colors of #d824ce

#d824ce

Complementary Color

#d824ce #24d82e

#d824ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d824ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d824ce Color CSS Codes

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

#d824ce Text Font Color

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

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


#d824ce Background Color

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

This div background color is #d824ce


#d824ce Border Color

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

This div border color is #d824ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d824ce


Comments

No comments written yet.

Please login to write comment.