Color Hex Logo

#d26dfd Color Hex

#D26DFD
(210,109,253)
0 Favorites   0 Comments

Color spaces of #d26dfd

RGB 210109253
HSL0.780.970.71
HSV282°57°99°
CMYK 0.170.570.00   0.01
XYZ49.776631.730896.4296
Yxy31.73080.27970.1783
Hunter Lab56.330159.1555-62.0655
CIE-Lab63.119861.9918-55.6510

#d26dfd color RGB value is (210,109,253).

#d26dfd hex color red value is 210, green value is 109 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d26dfd hue: 0.78 , saturation: 0.97 and the lightness value of d26dfd is 0.71.

The process color (four color CMYK) of #d26dfd color hex is 0.17, 0.57, 0.00, 0.01. Web safe color of #d26dfd is #cc66ff. Color #d26dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101101 11111101
Octal 322 155 375
Decimal 210 109 253
Hex D2 6D FD

RGB Percentages of Color #d26dfd

%36.71
%19.06
%44.23

CMYK Percentages of Color #d26dfd

%17
%57
%0
%1

Triadic Colors of #d26dfd

#d26dfd #fdd26d #6dfdd2

Analogous Colors of #d26dfd

#d26dfd #fd6de0 #8a6dfd

Monochromatic Colors of #d26dfd

#d26dfd

Complementary Color

#d26dfd #98fd6d

#d26dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d26dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d26dfd Color CSS Codes

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

#d26dfd Text Font Color

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

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


#d26dfd Background Color

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

This div background color is #d26dfd


#d26dfd Border Color

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

This div border color is #d26dfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,109,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d26dfd


Comments

No comments written yet.

Please login to write comment.