Color Hex Logo

#d50acf Color Hex

#D50ACF
(213,10,207)
0 Favorites   0 Comments

Color spaces of #d50acf

RGB 21310207
HSL0.840.910.44
HSV302°95°84°
CMYK 0.000.950.03   0.16
XYZ38.811618.868260.6278
Yxy18.86820.32810.1595
Hunter Lab43.437583.4747-52.3475
CIE-Lab50.532684.1676-49.8269

#d50acf color RGB value is (213,10,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001010 11001111
Octal 325 12 317
Decimal 213 10 207
Hex D5 A CF

RGB Percentages of Color #d50acf

%49.53
%2.33
%48.14

CMYK Percentages of Color #d50acf

%0
%95
%3
%16

Triadic Colors of #d50acf

#d50acf #cfd50a #0acfd5

Analogous Colors of #d50acf

#d50acf #d50a6a #760ad5

Monochromatic Colors of #d50acf

#d50acf

Complementary Color

#d50acf #0ad510

#d50acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50acf Color CSS Codes

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

#d50acf Text Font Color

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

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


#d50acf Background Color

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

This div background color is #d50acf


#d50acf Border Color

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

This div border color is #d50acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50acf


Comments

No comments written yet.

Please login to write comment.