Color Hex Logo

#db65bc Color Hex

#DB65BC
(219,101,188)
0 Favorites   0 Comments

Color spaces of #db65bc

RGB 219101188
HSL0.880.620.63
HSV316°54°86°
CMYK 0.000.540.14   0.14
XYZ42.944227.998350.7177
Yxy27.99830.35300.2301
Hunter Lab52.913452.2710-19.7903
CIE-Lab59.887256.5708-24.1950

#db65bc color RGB value is (219,101,188).

#db65bc hex color red value is 219, green value is 101 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #db65bc hue: 0.88 , saturation: 0.62 and the lightness value of db65bc is 0.63.

The process color (four color CMYK) of #db65bc color hex is 0.00, 0.54, 0.14, 0.14. Web safe color of #db65bc is #cc66cc. Color #db65bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100101 10111100
Octal 333 145 274
Decimal 219 101 188
Hex DB 65 BC

RGB Percentages of Color #db65bc

%43.11
%19.88
%37.01

CMYK Percentages of Color #db65bc

%0
%54
%14
%14

Triadic Colors of #db65bc

#db65bc #bcdb65 #65bcdb

Analogous Colors of #db65bc

#db65bc #db6581 #bf65db

Monochromatic Colors of #db65bc

#db65bc

Complementary Color

#db65bc #65db84

#db65bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db65bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db65bc Color CSS Codes

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

#db65bc Text Font Color

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

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


#db65bc Background Color

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

This div background color is #db65bc


#db65bc Border Color

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

This div border color is #db65bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db65bc


Comments

No comments written yet.

Please login to write comment.