Color Hex Logo

#d828ce Color Hex

#D828CE
(216,40,206)
0 Favorites   0 Comments

Color spaces of #d828ce

RGB 21640206
HSL0.840.690.50
HSV303°81°85°
CMYK 0.000.810.05   0.15
XYZ40.218320.572760.2437
Yxy20.57270.33230.1700
Hunter Lab45.357178.9015-46.9994
CIE-Lab52.478680.2083-46.1236

#d828ce color RGB value is (216,40,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101000 11001110
Octal 330 50 316
Decimal 216 40 206
Hex D8 28 CE

RGB Percentages of Color #d828ce

%46.75
%8.66
%44.59

CMYK Percentages of Color #d828ce

%0
%81
%5
%15

Triadic Colors of #d828ce

#d828ce #ced828 #28ced8

Analogous Colors of #d828ce

#d828ce #d82876 #8a28d8

Monochromatic Colors of #d828ce

#d828ce

Complementary Color

#d828ce #28d832

#d828ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d828ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d828ce Color CSS Codes

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

#d828ce Text Font Color

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

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


#d828ce Background Color

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

This div background color is #d828ce


#d828ce Border Color

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

This div border color is #d828ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d828ce


Comments

No comments written yet.

Please login to write comment.