Color Hex Logo

#d63bdb Color Hex

#D63BDB
(214,59,219)
0 Favorites   0 Comments

Color spaces of #d63bdb

RGB 21459219
HSL0.830.690.55
HSV298°73°86°
CMYK 0.020.730.00   0.14
XYZ42.081722.538569.1503
Yxy22.53850.31460.1685
Hunter Lab47.474775.1420-53.1278
CIE-Lab54.593876.8013-50.1993

#d63bdb color RGB value is (214,59,219).

#d63bdb hex color red value is 214, green value is 59 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d63bdb hue: 0.83 , saturation: 0.69 and the lightness value of d63bdb is 0.55.

The process color (four color CMYK) of #d63bdb color hex is 0.02, 0.73, 0.00, 0.14. Web safe color of #d63bdb is #cc33cc. Color #d63bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111011 11011011
Octal 326 73 333
Decimal 214 59 219
Hex D6 3B DB

RGB Percentages of Color #d63bdb

%43.50
%11.99
%44.51

CMYK Percentages of Color #d63bdb

%2
%73
%0
%14

Triadic Colors of #d63bdb

#d63bdb #dbd63b #3bdbd6

Analogous Colors of #d63bdb

#d63bdb #db3b90 #863bdb

Monochromatic Colors of #d63bdb

#d63bdb

Complementary Color

#d63bdb #40db3b

#d63bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63bdb Color CSS Codes

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

#d63bdb Text Font Color

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

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


#d63bdb Background Color

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

This div background color is #d63bdb


#d63bdb Border Color

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

This div border color is #d63bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63bdb


Comments

No comments written yet.

Please login to write comment.