Color Hex Logo

#d655a7 Color Hex

#D655A7
(214,85,167)
0 Favorites   0 Comments

Color spaces of #d655a7

RGB 21485167
HSL0.890.610.59
HSV322°60°84°
CMYK 0.000.600.22   0.16
XYZ37.955123.583239.1108
Yxy23.58320.37710.2343
Hunter Lab48.562554.5261-13.7566
CIE-Lab55.668059.2833-18.6047

#d655a7 color RGB value is (214,85,167).

#d655a7 hex color red value is 214, green value is 85 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #d655a7 hue: 0.89 , saturation: 0.61 and the lightness value of d655a7 is 0.59.

The process color (four color CMYK) of #d655a7 color hex is 0.00, 0.60, 0.22, 0.16. Web safe color of #d655a7 is #cc6699. Color #d655a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010101 10100111
Octal 326 125 247
Decimal 214 85 167
Hex D6 55 A7

RGB Percentages of Color #d655a7

%45.92
%18.24
%35.84

CMYK Percentages of Color #d655a7

%0
%60
%22
%16

Triadic Colors of #d655a7

#d655a7 #a7d655 #55a7d6

Analogous Colors of #d655a7

#d655a7 #d65567 #c555d6

Monochromatic Colors of #d655a7

#d655a7

Complementary Color

#d655a7 #55d684

#d655a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d655a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d655a7 Color CSS Codes

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

#d655a7 Text Font Color

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

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


#d655a7 Background Color

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

This div background color is #d655a7


#d655a7 Border Color

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

This div border color is #d655a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d655a7


Comments

No comments written yet.

Please login to write comment.