Color Hex Logo

#d64bda Color Hex

#D64BDA
(214,75,218)
0 Favorites   0 Comments

Color spaces of #d64bda

RGB 21475218
HSL0.830.660.57
HSV298°66°85°
CMYK 0.020.660.00   0.15
XYZ42.902524.390368.7762
Yxy24.39030.31530.1792
Hunter Lab49.386568.6380-47.9973
CIE-Lab56.476571.1480-46.6427

#d64bda color RGB value is (214,75,218).

#d64bda hex color red value is 214, green value is 75 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d64bda hue: 0.83 , saturation: 0.66 and the lightness value of d64bda is 0.57.

The process color (four color CMYK) of #d64bda color hex is 0.02, 0.66, 0.00, 0.15. Web safe color of #d64bda is #cc33cc. Color #d64bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001011 11011010
Octal 326 113 332
Decimal 214 75 218
Hex D6 4B DA

RGB Percentages of Color #d64bda

%42.21
%14.79
%43.00

CMYK Percentages of Color #d64bda

%2
%66
%0
%15

Triadic Colors of #d64bda

#d64bda #dad64b #4bdad6

Analogous Colors of #d64bda

#d64bda #da4b97 #8f4bda

Monochromatic Colors of #d64bda

#d64bda

Complementary Color

#d64bda #4fda4b

#d64bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64bda Color CSS Codes

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

#d64bda Text Font Color

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

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


#d64bda Background Color

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

This div background color is #d64bda


#d64bda Border Color

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

This div border color is #d64bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64bda


Comments

No comments written yet.

Please login to write comment.