Color Hex Logo

#d65dbf Color Hex

#D65DBF
(214,93,191)
0 Favorites   0 Comments

Color spaces of #d65dbf

RGB 21493191
HSL0.870.600.60
HSV311°57°84°
CMYK 0.000.570.11   0.16
XYZ41.049925.886452.1232
Yxy25.88640.34480.2174
Hunter Lab50.878754.9796-25.1252
CIE-Lab57.929159.2846-28.9902

#d65dbf color RGB value is (214,93,191).

#d65dbf hex color red value is 214, green value is 93 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d65dbf hue: 0.87 , saturation: 0.60 and the lightness value of d65dbf is 0.60.

The process color (four color CMYK) of #d65dbf color hex is 0.00, 0.57, 0.11, 0.16. Web safe color of #d65dbf is #cc66cc. Color #d65dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011101 10111111
Octal 326 135 277
Decimal 214 93 191
Hex D6 5D BF

RGB Percentages of Color #d65dbf

%42.97
%18.67
%38.35

CMYK Percentages of Color #d65dbf

%0
%57
%11
%16

Triadic Colors of #d65dbf

#d65dbf #bfd65d #5dbfd6

Analogous Colors of #d65dbf

#d65dbf #d65d83 #b15dd6

Monochromatic Colors of #d65dbf

#d65dbf

Complementary Color

#d65dbf #5dd674

#d65dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65dbf Color CSS Codes

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

#d65dbf Text Font Color

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

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


#d65dbf Background Color

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

This div background color is #d65dbf


#d65dbf Border Color

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

This div border color is #d65dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65dbf


Comments

No comments written yet.

Please login to write comment.