Color Hex Logo

#d534ff Color Hex

#D534FF
(213,52,255)
0 Favorites   0 Comments

Color spaces of #d534ff

RGB 21352255
HSL0.801.000.60
HSV288°80°100°
CMYK 0.160.800.00   0.00
XYZ46.718623.822196.7435
Yxy23.82210.27930.1424
Hunter Lab48.807985.4453-83.3549
CIE-Lab55.909284.6434-68.2911

#d534ff color RGB value is (213,52,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110100 11111111
Octal 325 64 377
Decimal 213 52 255
Hex D5 34 FF

RGB Percentages of Color #d534ff

%40.96
%10.00
%49.04

CMYK Percentages of Color #d534ff

%16
%80
%0
%0

Triadic Colors of #d534ff

#d534ff #ffd534 #34ffd5

Analogous Colors of #d534ff

#d534ff #ff34c4 #7034ff

Monochromatic Colors of #d534ff

#d534ff

Complementary Color

#d534ff #5eff34

#d534ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d534ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d534ff Color CSS Codes

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

#d534ff Text Font Color

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

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


#d534ff Background Color

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

This div background color is #d534ff


#d534ff Border Color

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

This div border color is #d534ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d534ff

Related Colors

#d534ff Color Palettes


Comments

No comments written yet.

Please login to write comment.