Color Hex Logo

#d26fdb Color Hex

#D26FDB
(210,111,219)
0 Favorites   0 Comments

Color spaces of #d26fdb

RGB 210111219
HSL0.820.600.65
HSV295°49°86°
CMYK 0.040.490.00   0.14
XYZ45.049030.185070.4698
Yxy30.18500.30920.2072
Hunter Lab54.940950.2153-37.5896
CIE-Lab61.813554.4362-38.8381

#d26fdb color RGB value is (210,111,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101111 11011011
Octal 322 157 333
Decimal 210 111 219
Hex D2 6F DB

RGB Percentages of Color #d26fdb

%38.89
%20.56
%40.56

CMYK Percentages of Color #d26fdb

%4
%49
%0
%14

Triadic Colors of #d26fdb

#d26fdb #dbd26f #6fdbd2

Analogous Colors of #d26fdb

#d26fdb #db6fae #9c6fdb

Monochromatic Colors of #d26fdb

#d26fdb

Complementary Color

#d26fdb #78db6f

#d26fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d26fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d26fdb Color CSS Codes

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

#d26fdb Text Font Color

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

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


#d26fdb Background Color

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

This div background color is #d26fdb


#d26fdb Border Color

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

This div border color is #d26fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d26fdb


Comments

No comments written yet.

Please login to write comment.