Color Hex Logo

#d522dd Color Hex

#D522DD
(213,34,221)
0 Favorites   0 Comments

Color spaces of #d522dd

RGB 21334221
HSL0.830.730.50
HSV297°85°87°
CMYK 0.040.850.00   0.13
XYZ41.063720.510670.2013
Yxy20.51060.31160.1556
Hunter Lab45.288682.5928-60.2026
CIE-Lab52.409783.1175-54.8316

#d522dd color RGB value is (213,34,221).

#d522dd hex color red value is 213, green value is 34 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d522dd hue: 0.83 , saturation: 0.73 and the lightness value of d522dd is 0.50.

The process color (four color CMYK) of #d522dd color hex is 0.04, 0.85, 0.00, 0.13. Web safe color of #d522dd is #cc33cc. Color #d522dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100010 11011101
Octal 325 42 335
Decimal 213 34 221
Hex D5 22 DD

RGB Percentages of Color #d522dd

%45.51
%7.26
%47.22

CMYK Percentages of Color #d522dd

%4
%85
%0
%13

Triadic Colors of #d522dd

#d522dd #ddd522 #22ddd5

Analogous Colors of #d522dd

#d522dd #dd2288 #7822dd

Monochromatic Colors of #d522dd

#d522dd

Complementary Color

#d522dd #2add22

#d522dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d522dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d522dd Color CSS Codes

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

#d522dd Text Font Color

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

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


#d522dd Background Color

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

This div background color is #d522dd


#d522dd Border Color

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

This div border color is #d522dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d522dd


Comments

No comments written yet.

Please login to write comment.