Color Hex Logo

#d293ab Color Hex

#D293AB
(210,147,171)
0 Favorites   0 Comments

Color spaces of #d293ab

RGB 210147171
HSL0.940.410.70
HSV337°30°82°
CMYK 0.000.300.19   0.18
XYZ44.362737.509343.4299
Yxy37.50930.35400.2994
Hunter Lab61.244822.11800.8277
CIE-Lab67.657427.2573-2.9852

#d293ab color RGB value is (210,147,171).

#d293ab hex color red value is 210, green value is 147 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d293ab hue: 0.94 , saturation: 0.41 and the lightness value of d293ab is 0.70.

The process color (four color CMYK) of #d293ab color hex is 0.00, 0.30, 0.19, 0.18. Web safe color of #d293ab is #cc9999. Color #d293ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010011 10101011
Octal 322 223 253
Decimal 210 147 171
Hex D2 93 AB

RGB Percentages of Color #d293ab

%39.77
%27.84
%32.39

CMYK Percentages of Color #d293ab

%0
%30
%19
%18

Triadic Colors of #d293ab

#d293ab #abd293 #93abd2

Analogous Colors of #d293ab

#d293ab #d29b93 #d293cb

Monochromatic Colors of #d293ab

#d293ab

Complementary Color

#d293ab #93d2ba

#d293ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d293ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d293ab Color CSS Codes

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

#d293ab Text Font Color

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

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


#d293ab Background Color

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

This div background color is #d293ab


#d293ab Border Color

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

This div border color is #d293ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d293ab


Comments

No comments written yet.

Please login to write comment.