Color Hex Logo

#d263ed Color Hex

#D263ED
(210,99,237)
0 Favorites   0 Comments

Color spaces of #d263ed

RGB 21099237
HSL0.800.790.66
HSV288°58°93°
CMYK 0.110.580.00   0.07
XYZ46.326228.739783.2264
Yxy28.73970.29270.1816
Hunter Lab53.609460.4330-54.5187
CIE-Lab60.551263.5270-50.8800

#d263ed color RGB value is (210,99,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100011 11101101
Octal 322 143 355
Decimal 210 99 237
Hex D2 63 ED

RGB Percentages of Color #d263ed

%38.46
%18.13
%43.41

CMYK Percentages of Color #d263ed

%11
%58
%0
%7

Triadic Colors of #d263ed

#d263ed #edd263 #63edd2

Analogous Colors of #d263ed

#d263ed #ed63c3 #8d63ed

Monochromatic Colors of #d263ed

#d263ed

Complementary Color

#d263ed #7eed63

#d263ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d263ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d263ed Color CSS Codes

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

#d263ed Text Font Color

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

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


#d263ed Background Color

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

This div background color is #d263ed


#d263ed Border Color

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

This div border color is #d263ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d263ed


Comments

No comments written yet.

Please login to write comment.