Color Hex Logo

#d522ff Color Hex

#D522FF
(213,34,255)
0 Favorites   0 Comments

Color spaces of #d522ff

RGB 21334255
HSL0.801.000.57
HSV289°87°100°
CMYK 0.160.870.00   0.00
XYZ46.062622.510296.5249
Yxy22.51020.27900.1363
Hunter Lab47.444990.2708-87.4118
CIE-Lab54.564288.5854-70.4652

#d522ff color RGB value is (213,34,255).

#d522ff hex color red value is 213, green value is 34 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d522ff hue: 0.80 , saturation: 1.00 and the lightness value of d522ff is 0.57.

The process color (four color CMYK) of #d522ff color hex is 0.16, 0.87, 0.00, 0.00. Web safe color of #d522ff is #cc33ff. Color #d522ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100010 11111111
Octal 325 42 377
Decimal 213 34 255
Hex D5 22 FF

RGB Percentages of Color #d522ff

%42.43
%6.77
%50.80

CMYK Percentages of Color #d522ff

%16
%87
%0
%0

Triadic Colors of #d522ff

#d522ff #ffd522 #22ffd5

Analogous Colors of #d522ff

#d522ff #ff22bb #6722ff

Monochromatic Colors of #d522ff

#d522ff

Complementary Color

#d522ff #4cff22

#d522ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d522ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d522ff Color CSS Codes

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

#d522ff Text Font Color

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

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


#d522ff Background Color

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

This div background color is #d522ff


#d522ff Border Color

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

This div border color is #d522ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,34,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d522ff


Comments

No comments written yet.

Please login to write comment.