Color Hex Logo

#d509ce Color Hex

#D509CE
(213,9,206)
0 Favorites   0 Comments

Color spaces of #d509ce

RGB 2139206
HSL0.840.920.44
HSV302°96°84°
CMYK 0.000.960.03   0.16
XYZ38.678818.797759.9822
Yxy18.79770.32930.1600
Hunter Lab43.356383.3689-51.6766
CIE-Lab50.449784.1017-49.3839

#d509ce color RGB value is (213,9,206).

#d509ce hex color red value is 213, green value is 9 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d509ce hue: 0.84 , saturation: 0.92 and the lightness value of d509ce is 0.44.

The process color (four color CMYK) of #d509ce color hex is 0.00, 0.96, 0.03, 0.16. Web safe color of #d509ce is #cc00cc. Color #d509ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001001 11001110
Octal 325 11 316
Decimal 213 9 206
Hex D5 9 CE

RGB Percentages of Color #d509ce

%49.77
%2.10
%48.13

CMYK Percentages of Color #d509ce

%0
%96
%3
%16

Triadic Colors of #d509ce

#d509ce #ced509 #09ced5

Analogous Colors of #d509ce

#d509ce #d50968 #7609d5

Monochromatic Colors of #d509ce

#d509ce

Complementary Color

#d509ce #09d510

#d509ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d509ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d509ce Color CSS Codes

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

#d509ce Text Font Color

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

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


#d509ce Background Color

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

This div background color is #d509ce


#d509ce Border Color

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

This div border color is #d509ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d509ce


Comments

No comments written yet.

Please login to write comment.