Color Hex Logo

#d65bda Color Hex

#D65BDA
(214,91,218)
0 Favorites   0 Comments

Color spaces of #d65bda

RGB 21491218
HSL0.830.630.61
HSV298°58°85°
CMYK 0.020.580.00   0.15
XYZ44.127526.840369.1846
Yxy26.84030.31490.1915
Hunter Lab51.807661.3753-42.9113
CIE-Lab58.826264.6360-42.9304

#d65bda color RGB value is (214,91,218).

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

The process color (four color CMYK) of #d65bda color hex is 0.02, 0.58, 0.00, 0.15. Web safe color of #d65bda is #cc66cc. Color #d65bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011011 11011010
Octal 326 133 332
Decimal 214 91 218
Hex D6 5B DA

RGB Percentages of Color #d65bda

%40.92
%17.40
%41.68

CMYK Percentages of Color #d65bda

%2
%58
%0
%15

Triadic Colors of #d65bda

#d65bda #dad65b #5bdad6

Analogous Colors of #d65bda

#d65bda #da5b9f #975bda

Monochromatic Colors of #d65bda

#d65bda

Complementary Color

#d65bda #5fda5b

#d65bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65bda Color CSS Codes

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

#d65bda Text Font Color

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

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


#d65bda Background Color

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

This div background color is #d65bda


#d65bda Border Color

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

This div border color is #d65bda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,91,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 #d65bda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65bda


Comments

No comments written yet.

Please login to write comment.