Color Hex Logo

#d53efe Color Hex

#D53EFE
(213,62,254)
0 Favorites   0 Comments

Color spaces of #d53efe

RGB 21362254
HSL0.800.990.62
HSV287°76°100°
CMYK 0.160.760.00   0.00
XYZ47.052624.747196.0627
Yxy24.74710.28030.1474
Hunter Lab49.746581.7776-79.6692
CIE-Lab56.828281.6206-66.2546

#d53efe color RGB value is (213,62,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111110 11111110
Octal 325 76 376
Decimal 213 62 254
Hex D5 3E FE

RGB Percentages of Color #d53efe

%40.26
%11.72
%48.02

CMYK Percentages of Color #d53efe

%16
%76
%0
%0

Triadic Colors of #d53efe

#d53efe #fed53e #3efed5

Analogous Colors of #d53efe

#d53efe #fe3ec7 #753efe

Monochromatic Colors of #d53efe

#d53efe

Complementary Color

#d53efe #67fe3e

#d53efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53efe Color CSS Codes

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

#d53efe Text Font Color

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

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


#d53efe Background Color

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

This div background color is #d53efe


#d53efe Border Color

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

This div border color is #d53efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53efe


Comments

No comments written yet.

Please login to write comment.