Color Hex Logo

#d361ce Color Hex

#D361CE
(211,97,206)
0 Favorites   0 Comments

Color spaces of #d361ce

RGB 21197206
HSL0.840.560.60
HSV303°54°83°
CMYK 0.000.540.02   0.17
XYZ42.279226.854561.3476
Yxy26.85450.32400.2058
Hunter Lab51.821354.9446-33.9143
CIE-Lab58.839459.0964-36.1535

#d361ce color RGB value is (211,97,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100001 11001110
Octal 323 141 316
Decimal 211 97 206
Hex D3 61 CE

RGB Percentages of Color #d361ce

%41.05
%18.87
%40.08

CMYK Percentages of Color #d361ce

%0
%54
%2
%17

Triadic Colors of #d361ce

#d361ce #ced361 #61ced3

Analogous Colors of #d361ce

#d361ce #d36195 #9f61d3

Monochromatic Colors of #d361ce

#d361ce

Complementary Color

#d361ce #61d366

#d361ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d361ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d361ce Color CSS Codes

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

#d361ce Text Font Color

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

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


#d361ce Background Color

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

This div background color is #d361ce


#d361ce Border Color

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

This div border color is #d361ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d361ce


Comments

No comments written yet.

Please login to write comment.