Color Hex Logo

#d650a5 Color Hex

#D650A5
(214,80,165)
0 Favorites   0 Comments

Color spaces of #d650a5

RGB 21480165
HSL0.890.620.58
HSV322°63°84°
CMYK 0.000.630.23   0.16
XYZ37.391722.750138.0178
Yxy22.75010.38090.2318
Hunter Lab47.697156.4637-13.8702
CIE-Lab54.814061.1336-18.7403

#d650a5 color RGB value is (214,80,165).

#d650a5 hex color red value is 214, green value is 80 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #d650a5 hue: 0.89 , saturation: 0.62 and the lightness value of d650a5 is 0.58.

The process color (four color CMYK) of #d650a5 color hex is 0.00, 0.63, 0.23, 0.16. Web safe color of #d650a5 is #cc6699. Color #d650a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010000 10100101
Octal 326 120 245
Decimal 214 80 165
Hex D6 50 A5

RGB Percentages of Color #d650a5

%46.62
%17.43
%35.95

CMYK Percentages of Color #d650a5

%0
%63
%23
%16

Triadic Colors of #d650a5

#d650a5 #a5d650 #50a5d6

Analogous Colors of #d650a5

#d650a5 #d65062 #c450d6

Monochromatic Colors of #d650a5

#d650a5

Complementary Color

#d650a5 #50d681

#d650a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d650a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d650a5 Color CSS Codes

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

#d650a5 Text Font Color

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

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


#d650a5 Background Color

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

This div background color is #d650a5


#d650a5 Border Color

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

This div border color is #d650a5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,80,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d650a5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d650a5;
  -webkit-box-shadow: 1px 1px 3px 2px #d650a5;
  box-shadow:         1px 1px 3px 2px #d650a5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,80,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d650a5


Comments

No comments written yet.

Please login to write comment.