Color Hex Logo

#d26bdb Color Hex

#D26BDB
(210,107,219)
0 Favorites   0 Comments

Color spaces of #d26bdb

RGB 210107219
HSL0.820.610.64
HSV295°51°86°
CMYK 0.040.510.00   0.14
XYZ44.622229.331570.3275
Yxy29.33150.30930.2033
Hunter Lab54.158652.2918-39.0799
CIE-Lab61.073156.3927-39.9981

#d26bdb color RGB value is (210,107,219).

#d26bdb hex color red value is 210, green value is 107 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d26bdb hue: 0.82 , saturation: 0.61 and the lightness value of d26bdb is 0.64.

The process color (four color CMYK) of #d26bdb color hex is 0.04, 0.51, 0.00, 0.14. Web safe color of #d26bdb is #cc66cc. Color #d26bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101011 11011011
Octal 322 153 333
Decimal 210 107 219
Hex D2 6B DB

RGB Percentages of Color #d26bdb

%39.18
%19.96
%40.86

CMYK Percentages of Color #d26bdb

%4
%51
%0
%14

Triadic Colors of #d26bdb

#d26bdb #dbd26b #6bdbd2

Analogous Colors of #d26bdb

#d26bdb #db6bac #9a6bdb

Monochromatic Colors of #d26bdb

#d26bdb

Complementary Color

#d26bdb #74db6b

#d26bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d26bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d26bdb Color CSS Codes

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

#d26bdb Text Font Color

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

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


#d26bdb Background Color

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

This div background color is #d26bdb


#d26bdb Border Color

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

This div border color is #d26bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d26bdb


Comments

No comments written yet.

Please login to write comment.