Color Hex Logo

#d364ce Color Hex

#D364CE
(211,100,206)
0 Favorites   0 Comments

Color spaces of #d364ce

RGB 211100206
HSL0.840.560.61
HSV303°53°83°
CMYK 0.000.530.02   0.17
XYZ42.561727.419561.4418
Yxy27.41950.32390.2086
Hunter Lab52.363653.4503-32.9144
CIE-Lab59.360657.6980-35.3394

#d364ce color RGB value is (211,100,206).

#d364ce hex color red value is 211, green value is 100 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d364ce hue: 0.84 , saturation: 0.56 and the lightness value of d364ce is 0.61.

The process color (four color CMYK) of #d364ce color hex is 0.00, 0.53, 0.02, 0.17. Web safe color of #d364ce is #cc66cc. Color #d364ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100100 11001110
Octal 323 144 316
Decimal 211 100 206
Hex D3 64 CE

RGB Percentages of Color #d364ce

%40.81
%19.34
%39.85

CMYK Percentages of Color #d364ce

%0
%53
%2
%17

Triadic Colors of #d364ce

#d364ce #ced364 #64ced3

Analogous Colors of #d364ce

#d364ce #d36497 #a164d3

Monochromatic Colors of #d364ce

#d364ce

Complementary Color

#d364ce #64d369

#d364ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d364ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d364ce Color CSS Codes

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

#d364ce Text Font Color

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

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


#d364ce Background Color

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

This div background color is #d364ce


#d364ce Border Color

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

This div border color is #d364ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d364ce


Comments

No comments written yet.

Please login to write comment.