Color Hex Logo

#d64cbe Color Hex

#D64CBE
(214,76,190)
0 Favorites   0 Comments

Color spaces of #d64cbe

RGB 21476190
HSL0.860.630.57
HSV310°64°84°
CMYK 0.000.640.11   0.16
XYZ39.610323.182751.1022
Yxy23.18270.34780.2035
Hunter Lab48.148462.5870-29.2234
CIE-Lab55.260066.3183-32.5637

#d64cbe color RGB value is (214,76,190).

#d64cbe hex color red value is 214, green value is 76 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d64cbe hue: 0.86 , saturation: 0.63 and the lightness value of d64cbe is 0.57.

The process color (four color CMYK) of #d64cbe color hex is 0.00, 0.64, 0.11, 0.16. Web safe color of #d64cbe is #cc33cc. Color #d64cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001100 10111110
Octal 326 114 276
Decimal 214 76 190
Hex D6 4C BE

RGB Percentages of Color #d64cbe

%44.58
%15.83
%39.58

CMYK Percentages of Color #d64cbe

%0
%64
%11
%16

Triadic Colors of #d64cbe

#d64cbe #bed64c #4cbed6

Analogous Colors of #d64cbe

#d64cbe #d64c79 #a94cd6

Monochromatic Colors of #d64cbe

#d64cbe

Complementary Color

#d64cbe #4cd664

#d64cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64cbe Color CSS Codes

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

#d64cbe Text Font Color

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

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


#d64cbe Background Color

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

This div background color is #d64cbe


#d64cbe Border Color

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

This div border color is #d64cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64cbe


Comments

No comments written yet.

Please login to write comment.