Color Hex Logo

#d643de Color Hex

#D643DE
(214,67,222)
0 Favorites   0 Comments

Color spaces of #d643de

RGB 21467222
HSL0.820.700.57
HSV297°70°87°
CMYK 0.040.700.00   0.13
XYZ42.923523.584471.3972
Yxy23.58440.31130.1710
Hunter Lab48.563872.7821-53.1720
CIE-Lab55.669374.6899-50.1872

#d643de color RGB value is (214,67,222).

#d643de hex color red value is 214, green value is 67 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d643de hue: 0.82 , saturation: 0.70 and the lightness value of d643de is 0.57.

The process color (four color CMYK) of #d643de color hex is 0.04, 0.70, 0.00, 0.13. Web safe color of #d643de is #cc33cc. Color #d643de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000011 11011110
Octal 326 103 336
Decimal 214 67 222
Hex D6 43 DE

RGB Percentages of Color #d643de

%42.54
%13.32
%44.14

CMYK Percentages of Color #d643de

%4
%70
%0
%13

Triadic Colors of #d643de

#d643de #ded643 #43ded6

Analogous Colors of #d643de

#d643de #de4399 #8943de

Monochromatic Colors of #d643de

#d643de

Complementary Color

#d643de #4bde43

#d643de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d643de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d643de Color CSS Codes

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

#d643de Text Font Color

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

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


#d643de Background Color

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

This div background color is #d643de


#d643de Border Color

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

This div border color is #d643de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,67,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d643de


Comments

No comments written yet.

Please login to write comment.