Color Hex Logo

#d536fe Color Hex

#D536FE
(213,54,254)
0 Favorites   0 Comments

Color spaces of #d536fe

RGB 21354254
HSL0.800.990.60
HSV288°79°100°
CMYK 0.160.790.00   0.00
XYZ46.649123.940295.9282
Yxy23.94020.28010.1438
Hunter Lab48.928784.5583-81.9921
CIE-Lab56.027983.9363-67.5449

#d536fe color RGB value is (213,54,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110110 11111110
Octal 325 66 376
Decimal 213 54 254
Hex D5 36 FE

RGB Percentages of Color #d536fe

%40.88
%10.36
%48.75

CMYK Percentages of Color #d536fe

%16
%79
%0
%0

Triadic Colors of #d536fe

#d536fe #fed536 #36fed5

Analogous Colors of #d536fe

#d536fe #fe36c3 #7136fe

Monochromatic Colors of #d536fe

#d536fe

Complementary Color

#d536fe #5ffe36

#d536fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d536fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d536fe Color CSS Codes

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

#d536fe Text Font Color

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

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


#d536fe Background Color

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

This div background color is #d536fe


#d536fe Border Color

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

This div border color is #d536fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d536fe


Comments

No comments written yet.

Please login to write comment.