Color Hex Logo

#d266fd Color Hex

#D266FD
(210,102,253)
0 Favorites   0 Comments

Color spaces of #d266fd

RGB 210102253
HSL0.790.970.70
HSV283°60°99°
CMYK 0.170.600.00   0.01
XYZ49.059330.296296.1906
Yxy30.29620.27950.1726
Hunter Lab55.042062.7748-65.0850
CIE-Lab61.909065.2655-57.5798

#d266fd color RGB value is (210,102,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100110 11111101
Octal 322 146 375
Decimal 210 102 253
Hex D2 66 FD

RGB Percentages of Color #d266fd

%37.17
%18.05
%44.78

CMYK Percentages of Color #d266fd

%17
%60
%0
%1

Triadic Colors of #d266fd

#d266fd #fdd266 #66fdd2

Analogous Colors of #d266fd

#d266fd #fd66dd #8766fd

Monochromatic Colors of #d266fd

#d266fd

Complementary Color

#d266fd #91fd66

#d266fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d266fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d266fd Color CSS Codes

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

#d266fd Text Font Color

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

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


#d266fd Background Color

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

This div background color is #d266fd


#d266fd Border Color

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

This div border color is #d266fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d266fd

Related Colors


Comments

No comments written yet.

Please login to write comment.