Color Hex Logo

#d063ab Color Hex

#D063AB
(208,99,171)
0 Favorites   0 Comments

Color spaces of #d063ab

RGB 20899171
HSL0.890.540.60
HSV320°52°82°
CMYK 0.000.520.18   0.18
XYZ37.825025.273941.4128
Yxy25.27390.36190.2418
Hunter Lab50.273246.3235-13.6493
CIE-Lab57.341351.6497-18.4560

#d063ab color RGB value is (208,99,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100011 10101011
Octal 320 143 253
Decimal 208 99 171
Hex D0 63 AB

RGB Percentages of Color #d063ab

%43.51
%20.71
%35.77

CMYK Percentages of Color #d063ab

%0
%52
%18
%18

Triadic Colors of #d063ab

#d063ab #abd063 #63abd0

Analogous Colors of #d063ab

#d063ab #d06375 #bf63d0

Monochromatic Colors of #d063ab

#d063ab

Complementary Color

#d063ab #63d088

#d063ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d063ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d063ab Color CSS Codes

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

#d063ab Text Font Color

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

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


#d063ab Background Color

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

This div background color is #d063ab


#d063ab Border Color

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

This div border color is #d063ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d063ab


Comments

No comments written yet.

Please login to write comment.