Color Hex Logo

#db51ce Color Hex

#DB51CE
(219,81,206)
0 Favorites   0 Comments

Color spaces of #db51ce

RGB 21981206
HSL0.850.660.59
HSV306°63°86°
CMYK 0.000.630.06   0.14
XYZ43.296425.401261.0135
Yxy25.40120.33380.1958
Hunter Lab50.399665.1433-36.4964
CIE-Lab57.464368.0605-38.2241

#db51ce color RGB value is (219,81,206).

#db51ce hex color red value is 219, green value is 81 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #db51ce hue: 0.85 , saturation: 0.66 and the lightness value of db51ce is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010001 11001110
Octal 333 121 316
Decimal 219 81 206
Hex DB 51 CE

RGB Percentages of Color #db51ce

%43.28
%16.01
%40.71

CMYK Percentages of Color #db51ce

%0
%63
%6
%14

Triadic Colors of #db51ce

#db51ce #cedb51 #51cedb

Analogous Colors of #db51ce

#db51ce #db5189 #a351db

Monochromatic Colors of #db51ce

#db51ce

Complementary Color

#db51ce #51db5e

#db51ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db51ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#db51ce Color CSS Codes

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

#db51ce Text Font Color

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

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


#db51ce Background Color

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

This div background color is #db51ce


#db51ce Border Color

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

This div border color is #db51ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,81,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db51ce


Comments

No comments written yet.

Please login to write comment.