Color Hex Logo

#d263af Color Hex

#D263AF
(210,99,175)
0 Favorites   0 Comments

Color spaces of #d263af

RGB 21099175
HSL0.890.550.61
HSV319°53°82°
CMYK 0.000.530.17   0.18
XYZ38.778025.720543.4782
Yxy25.72050.35910.2382
Hunter Lab50.715447.7328-15.3284
CIE-Lab57.770852.8617-20.0856

#d263af color RGB value is (210,99,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100011 10101111
Octal 322 143 257
Decimal 210 99 175
Hex D2 63 AF

RGB Percentages of Color #d263af

%43.39
%20.45
%36.16

CMYK Percentages of Color #d263af

%0
%53
%17
%18

Triadic Colors of #d263af

#d263af #afd263 #63afd2

Analogous Colors of #d263af

#d263af #d26378 #be63d2

Monochromatic Colors of #d263af

#d263af

Complementary Color

#d263af #63d286

#d263af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d263af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d263af Color CSS Codes

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

#d263af Text Font Color

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

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


#d263af Background Color

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

This div background color is #d263af


#d263af Border Color

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

This div border color is #d263af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d263af


Comments

No comments written yet.

Please login to write comment.