Color Hex Logo

#d50ccd Color Hex

#D50CCD
(213,12,205)
0 Favorites   0 Comments

Color spaces of #d50ccd

RGB 21312205
HSL0.840.890.44
HSV302°94°84°
CMYK 0.000.940.04   0.16
XYZ38.591518.816959.3556
Yxy18.81690.33050.1612
Hunter Lab43.378582.8897-50.7628
CIE-Lab50.472383.7252-48.7720

#d50ccd color RGB value is (213,12,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001100 11001101
Octal 325 14 315
Decimal 213 12 205
Hex D5 C CD

RGB Percentages of Color #d50ccd

%49.53
%2.79
%47.67

CMYK Percentages of Color #d50ccd

%0
%94
%4
%16

Triadic Colors of #d50ccd

#d50ccd #cdd50c #0ccdd5

Analogous Colors of #d50ccd

#d50ccd #d50c69 #790cd5

Monochromatic Colors of #d50ccd

#d50ccd

Complementary Color

#d50ccd #0cd514

#d50ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50ccd Color CSS Codes

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

#d50ccd Text Font Color

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

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


#d50ccd Background Color

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

This div background color is #d50ccd


#d50ccd Border Color

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

This div border color is #d50ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50ccd


Comments

No comments written yet.

Please login to write comment.