Color Hex Logo

#d528fe Color Hex

#D528FE
(213,40,254)
0 Favorites   0 Comments

Color spaces of #d528fe

RGB 21340254
HSL0.800.990.58
HSV289°84°100°
CMYK 0.160.840.00   0.00
XYZ46.088822.819595.7414
Yxy22.81950.27990.1386
Hunter Lab47.769888.6217-85.3917
CIE-Lab54.885987.2731-69.3892

#d528fe color RGB value is (213,40,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101000 11111110
Octal 325 50 376
Decimal 213 40 254
Hex D5 28 FE

RGB Percentages of Color #d528fe

%42.01
%7.89
%50.10

CMYK Percentages of Color #d528fe

%16
%84
%0
%0

Triadic Colors of #d528fe

#d528fe #fed528 #28fed5

Analogous Colors of #d528fe

#d528fe #fe28bc #6a28fe

Monochromatic Colors of #d528fe

#d528fe

Complementary Color

#d528fe #51fe28

#d528fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d528fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d528fe Color CSS Codes

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

#d528fe Text Font Color

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

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


#d528fe Background Color

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

This div background color is #d528fe


#d528fe Border Color

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

This div border color is #d528fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d528fe

Related Colors


Comments

No comments written yet.

Please login to write comment.