Color Hex Logo

#d510ff Color Hex

#D510FF
(213,16,255)
0 Favorites   0 Comments

Color spaces of #d510ff

RGB 21316255
HSL0.801.000.53
HSV289°94°100°
CMYK 0.160.940.00   0.00
XYZ45.675921.736796.3960
Yxy21.73670.27880.1327
Hunter Lab46.622693.2857-89.9509
CIE-Lab53.746591.0077-71.7894

#d510ff color RGB value is (213,16,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010000 11111111
Octal 325 20 377
Decimal 213 16 255
Hex D5 10 FF

RGB Percentages of Color #d510ff

%44.01
%3.31
%52.69

CMYK Percentages of Color #d510ff

%16
%94
%0
%0

Triadic Colors of #d510ff

#d510ff #ffd510 #10ffd5

Analogous Colors of #d510ff

#d510ff #ff10b2 #5d10ff

Monochromatic Colors of #d510ff

#d510ff

Complementary Color

#d510ff #3aff10

#d510ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d510ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d510ff Color CSS Codes

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

#d510ff Text Font Color

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

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


#d510ff Background Color

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

This div background color is #d510ff


#d510ff Border Color

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

This div border color is #d510ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d510ff


Comments

No comments written yet.

Please login to write comment.