Color Hex Logo

#d50bcd Color Hex

#D50BCD
(213,11,205)
0 Favorites   0 Comments

Color spaces of #d50bcd

RGB 21311205
HSL0.840.900.44
HSV302°95°84°
CMYK 0.000.950.04   0.16
XYZ38.579718.793359.3517
Yxy18.79330.33050.1610
Hunter Lab43.351282.9884-50.8274
CIE-Lab50.444583.8073-48.8163

#d50bcd color RGB value is (213,11,205).

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

The process color (four color CMYK) of #d50bcd color hex is 0.00, 0.95, 0.04, 0.16. Web safe color of #d50bcd is #cc00cc. Color #d50bcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001011 11001101
Octal 325 13 315
Decimal 213 11 205
Hex D5 B CD

RGB Percentages of Color #d50bcd

%49.65
%2.56
%47.79

CMYK Percentages of Color #d50bcd

%0
%95
%4
%16

Triadic Colors of #d50bcd

#d50bcd #cdd50b #0bcdd5

Analogous Colors of #d50bcd

#d50bcd #d50b68 #780bd5

Monochromatic Colors of #d50bcd

#d50bcd

Complementary Color

#d50bcd #0bd513

#d50bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50bcd Color CSS Codes

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

#d50bcd Text Font Color

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

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


#d50bcd Background Color

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

This div background color is #d50bcd


#d50bcd Border Color

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

This div border color is #d50bcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,11,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50bcd


Comments

No comments written yet.

Please login to write comment.