Color Hex Logo

#d260ed Color Hex

#D260ED
(210,96,237)
0 Favorites   0 Comments

Color spaces of #d260ed

RGB 21096237
HSL0.800.800.65
HSV289°59°93°
CMYK 0.110.590.00   0.07
XYZ46.047328.181883.1334
Yxy28.18180.29260.1791
Hunter Lab53.086561.9296-55.6874
CIE-Lab60.052664.8849-51.6715

#d260ed color RGB value is (210,96,237).

#d260ed hex color red value is 210, green value is 96 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d260ed hue: 0.80 , saturation: 0.80 and the lightness value of d260ed is 0.65.

The process color (four color CMYK) of #d260ed color hex is 0.11, 0.59, 0.00, 0.07. Web safe color of #d260ed is #cc66ff. Color #d260ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100000 11101101
Octal 322 140 355
Decimal 210 96 237
Hex D2 60 ED

RGB Percentages of Color #d260ed

%38.67
%17.68
%43.65

CMYK Percentages of Color #d260ed

%11
%59
%0
%7

Triadic Colors of #d260ed

#d260ed #edd260 #60edd2

Analogous Colors of #d260ed

#d260ed #ed60c2 #8c60ed

Monochromatic Colors of #d260ed

#d260ed

Complementary Color

#d260ed #7bed60

#d260ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d260ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d260ed Color CSS Codes

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

#d260ed Text Font Color

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

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


#d260ed Background Color

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

This div background color is #d260ed


#d260ed Border Color

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

This div border color is #d260ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d260ed


Comments

No comments written yet.

Please login to write comment.