Color Hex Logo

#d536ff Color Hex

#D536FF
(213,54,255)
0 Favorites   0 Comments

Color spaces of #d536ff

RGB 21354255
HSL0.801.000.61
HSV287°79°100°
CMYK 0.160.790.00   0.00
XYZ46.809724.004596.7739
Yxy24.00450.27930.1432
Hunter Lab48.994484.8004-82.8138
CIE-Lab56.092384.1107-67.9956

#d536ff color RGB value is (213,54,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110110 11111111
Octal 325 66 377
Decimal 213 54 255
Hex D5 36 FF

RGB Percentages of Color #d536ff

%40.80
%10.34
%48.85

CMYK Percentages of Color #d536ff

%16
%79
%0
%0

Triadic Colors of #d536ff

#d536ff #ffd536 #36ffd5

Analogous Colors of #d536ff

#d536ff #ff36c5 #7136ff

Monochromatic Colors of #d536ff

#d536ff

Complementary Color

#d536ff #60ff36

#d536ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d536ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d536ff Color CSS Codes

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

#d536ff Text Font Color

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

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


#d536ff Background Color

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

This div background color is #d536ff


#d536ff Border Color

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

This div border color is #d536ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d536ff


Comments

No comments written yet.

Please login to write comment.