Color Hex Logo

#d935ab Color Hex

#D935AB
(217,53,171)
0 Favorites   0 Comments

Color spaces of #d935ab

RGB 21753171
HSL0.880.680.53
HSV317°76°85°
CMYK 0.000.760.21   0.15
XYZ37.239120.238240.4717
Yxy20.23820.38020.2066
Hunter Lab44.986969.0311-21.8484
CIE-Lab52.105572.3093-26.3773

#d935ab color RGB value is (217,53,171).

#d935ab hex color red value is 217, green value is 53 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d935ab hue: 0.88 , saturation: 0.68 and the lightness value of d935ab is 0.53.

The process color (four color CMYK) of #d935ab color hex is 0.00, 0.76, 0.21, 0.15. Web safe color of #d935ab is #cc3399. Color #d935ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110101 10101011
Octal 331 65 253
Decimal 217 53 171
Hex D9 35 AB

RGB Percentages of Color #d935ab

%49.21
%12.02
%38.78

CMYK Percentages of Color #d935ab

%0
%76
%21
%15

Triadic Colors of #d935ab

#d935ab #abd935 #35abd9

Analogous Colors of #d935ab

#d935ab #d93559 #b535d9

Monochromatic Colors of #d935ab

#d935ab

Complementary Color

#d935ab #35d963

#d935ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d935ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d935ab Color CSS Codes

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

#d935ab Text Font Color

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

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


#d935ab Background Color

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

This div background color is #d935ab


#d935ab Border Color

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

This div border color is #d935ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d935ab


Comments

No comments written yet.

Please login to write comment.