Color Hex Logo

#d652dd Color Hex

#D652DD
(214,82,221)
0 Favorites   0 Comments

Color spaces of #d652dd

RGB 21482221
HSL0.820.670.59
HSV297°63°87°
CMYK 0.030.630.00   0.13
XYZ43.800025.551271.0300
Yxy25.55120.31200.1820
Hunter Lab50.548266.2109-47.9302
CIE-Lab57.608668.9243-46.5452

#d652dd color RGB value is (214,82,221).

#d652dd hex color red value is 214, green value is 82 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d652dd hue: 0.82 , saturation: 0.67 and the lightness value of d652dd is 0.59.

The process color (four color CMYK) of #d652dd color hex is 0.03, 0.63, 0.00, 0.13. Web safe color of #d652dd is #cc66cc. Color #d652dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010010 11011101
Octal 326 122 335
Decimal 214 82 221
Hex D6 52 DD

RGB Percentages of Color #d652dd

%41.39
%15.86
%42.75

CMYK Percentages of Color #d652dd

%3
%63
%0
%13

Triadic Colors of #d652dd

#d652dd #ddd652 #52ddd6

Analogous Colors of #d652dd

#d652dd #dd529f #9152dd

Monochromatic Colors of #d652dd

#d652dd

Complementary Color

#d652dd #59dd52

#d652dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d652dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d652dd Color CSS Codes

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

#d652dd Text Font Color

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

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


#d652dd Background Color

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

This div background color is #d652dd


#d652dd Border Color

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

This div border color is #d652dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,82,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d652dd


Comments

No comments written yet.

Please login to write comment.