Color Hex Logo

#d655bc Color Hex

#D655BC
(214,85,188)
0 Favorites   0 Comments

Color spaces of #d655bc

RGB 21485188
HSL0.870.610.59
HSV312°60°84°
CMYK 0.000.600.12   0.16
XYZ40.057224.424050.1800
Yxy24.42400.34940.2130
Hunter Lab49.420658.1945-25.6066
CIE-Lab56.509862.3305-29.4682

#d655bc color RGB value is (214,85,188).

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

The process color (four color CMYK) of #d655bc color hex is 0.00, 0.60, 0.12, 0.16. Web safe color of #d655bc is #cc66cc. Color #d655bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010101 10111100
Octal 326 125 274
Decimal 214 85 188
Hex D6 55 BC

RGB Percentages of Color #d655bc

%43.94
%17.45
%38.60

CMYK Percentages of Color #d655bc

%0
%60
%12
%16

Triadic Colors of #d655bc

#d655bc #bcd655 #55bcd6

Analogous Colors of #d655bc

#d655bc #d6557c #b055d6

Monochromatic Colors of #d655bc

#d655bc

Complementary Color

#d655bc #55d66f

#d655bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d655bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d655bc Color CSS Codes

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

#d655bc Text Font Color

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

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


#d655bc Background Color

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

This div background color is #d655bc


#d655bc Border Color

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

This div border color is #d655bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d655bc


Comments

No comments written yet.

Please login to write comment.