color codes Logo

#d35cce color codes

#D35CCE
(211,92,206)
0 Favorites   0 Comments

Color spaces of #d35cce

RGB 21192206
HSL0.840.570.59
HSV303°56°83°
CMYK 0.000.560.02   0.17
XYZ41.831725.959461.1984
Yxy25.95940.32430.2013
Hunter Lab50.950457.3904-35.5502
CIE-Lab57.998561.3696-37.4694

#d35cce color RGB value is (211,92,206).

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

The process color (four color CMYK) of #d35cce color code is 0.00, 0.56, 0.02, 0.17. Web safe color of #d35cce is #cc66cc. Color #d35cce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011100 11001110
Octal 323 134 316
Decimal 211 92 206
Hex D3 5C CE

RGB Percentages of Color #d35cce

%41.45
%18.07
%40.47

CMYK Percentages of Color #d35cce

%0
%56
%2
%17

Triadic Colors of #d35cce

#d35cce #ced35c #5cced3

Analogous Colors of #d35cce

#d35cce #d35c93 #9d5cd3

Monochromatic Colors of #d35cce

#d35cce

Complementary Color

#d35cce #5cd361

#d35cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35cce Color CSS Codes

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

#d35cce Text Font Color

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

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


#d35cce Background Color

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

This div background color is #d35cce


#d35cce Border Color

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

This div border color is #d35cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35cce


Comments

No comments written yet.

Please login to write comment.