Color Hex Logo

#d263ab Color Hex

#D263AB
(210,99,171)
0 Favorites   0 Comments

Color spaces of #d263ab

RGB 21099171
HSL0.890.550.61
HSV321°53°82°
CMYK 0.000.530.19   0.18
XYZ38.390925.565641.4393
Yxy25.56560.36430.2426
Hunter Lab50.562447.0467-13.1984
CIE-Lab57.622452.2632-18.0023

#d263ab color RGB value is (210,99,171).

#d263ab hex color red value is 210, green value is 99 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d263ab hue: 0.89 , saturation: 0.55 and the lightness value of d263ab is 0.61.

The process color (four color CMYK) of #d263ab color hex is 0.00, 0.53, 0.19, 0.18. Web safe color of #d263ab is #cc6699. Color #d263ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100011 10101011
Octal 322 143 253
Decimal 210 99 171
Hex D2 63 AB

RGB Percentages of Color #d263ab

%43.75
%20.63
%35.63

CMYK Percentages of Color #d263ab

%0
%53
%19
%18

Triadic Colors of #d263ab

#d263ab #abd263 #63abd2

Analogous Colors of #d263ab

#d263ab #d26374 #c263d2

Monochromatic Colors of #d263ab

#d263ab

Complementary Color

#d263ab #63d28a

#d263ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d263ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d263ab Color CSS Codes

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

#d263ab Text Font Color

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

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


#d263ab Background Color

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

This div background color is #d263ab


#d263ab Border Color

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

This div border color is #d263ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d263ab


Comments

No comments written yet.

Please login to write comment.