Color Hex Logo

#d628ce Color Hex

#D628CE
(214,40,206)
0 Favorites   0 Comments

Color spaces of #d628ce

RGB 21440206
HSL0.840.690.50
HSV303°81°84°
CMYK 0.000.810.04   0.16
XYZ39.630920.270060.2162
Yxy20.27000.32990.1688
Hunter Lab45.022278.3361-47.7835
CIE-Lab52.141179.8266-46.6805

#d628ce color RGB value is (214,40,206).

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

The process color (four color CMYK) of #d628ce color hex is 0.00, 0.81, 0.04, 0.16. Web safe color of #d628ce is #cc33cc. Color #d628ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101000 11001110
Octal 326 50 316
Decimal 214 40 206
Hex D6 28 CE

RGB Percentages of Color #d628ce

%46.52
%8.70
%44.78

CMYK Percentages of Color #d628ce

%0
%81
%4
%16

Triadic Colors of #d628ce

#d628ce #ced628 #28ced6

Analogous Colors of #d628ce

#d628ce #d62877 #8728d6

Monochromatic Colors of #d628ce

#d628ce

Complementary Color

#d628ce #28d630

#d628ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d628ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d628ce Color CSS Codes

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

#d628ce Text Font Color

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

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


#d628ce Background Color

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

This div background color is #d628ce


#d628ce Border Color

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

This div border color is #d628ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d628ce


Comments

No comments written yet.

Please login to write comment.