Color Hex Logo

#d510fe Color Hex

#D510FE
(213,16,254)
0 Favorites   0 Comments

Color spaces of #d510fe

RGB 21316254
HSL0.800.990.53
HSV290°94°100°
CMYK 0.160.940.00   0.00
XYZ45.515321.672595.5502
Yxy21.67250.27970.1332
Hunter Lab46.553793.0493-89.1034
CIE-Lab53.677890.8445-71.3446

#d510fe color RGB value is (213,16,254).

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

The process color (four color CMYK) of #d510fe color hex is 0.16, 0.94, 0.00, 0.00. Web safe color of #d510fe is #cc00ff. Color #d510fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010000 11111110
Octal 325 20 376
Decimal 213 16 254
Hex D5 10 FE

RGB Percentages of Color #d510fe

%44.10
%3.31
%52.59

CMYK Percentages of Color #d510fe

%16
%94
%0
%0

Triadic Colors of #d510fe

#d510fe #fed510 #10fed5

Analogous Colors of #d510fe

#d510fe #fe10b0 #5e10fe

Monochromatic Colors of #d510fe

#d510fe

Complementary Color

#d510fe #39fe10

#d510fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d510fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d510fe Color CSS Codes

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

#d510fe Text Font Color

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

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


#d510fe Background Color

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

This div background color is #d510fe


#d510fe Border Color

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

This div border color is #d510fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d510fe

Related Colors


Comments

No comments written yet.

Please login to write comment.