Color Hex Logo

#d652ab Color Hex

#D652AB
(214,82,171)
0 Favorites   0 Comments

Color spaces of #d652ab

RGB 21482171
HSL0.890.620.58
HSV320°62°84°
CMYK 0.000.620.20   0.16
XYZ38.099523.271041.0118
Yxy23.27100.37210.2273
Hunter Lab48.240056.5575-16.6380
CIE-Lab55.350461.1189-21.4195

#d652ab color RGB value is (214,82,171).

#d652ab hex color red value is 214, green value is 82 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d652ab hue: 0.89 , saturation: 0.62 and the lightness value of d652ab is 0.58.

The process color (four color CMYK) of #d652ab color hex is 0.00, 0.62, 0.20, 0.16. Web safe color of #d652ab is #cc6699. Color #d652ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010010 10101011
Octal 326 122 253
Decimal 214 82 171
Hex D6 52 AB

RGB Percentages of Color #d652ab

%45.82
%17.56
%36.62

CMYK Percentages of Color #d652ab

%0
%62
%20
%16

Triadic Colors of #d652ab

#d652ab #abd652 #52abd6

Analogous Colors of #d652ab

#d652ab #d65269 #bf52d6

Monochromatic Colors of #d652ab

#d652ab

Complementary Color

#d652ab #52d67d

#d652ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d652ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d652ab Color CSS Codes

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

#d652ab Text Font Color

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

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


#d652ab Background Color

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

This div background color is #d652ab


#d652ab Border Color

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

This div border color is #d652ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d652ab


Comments

No comments written yet.

Please login to write comment.