Color Hex Logo

#d10aff Color Hex

#D10AFF
(209,10,255)
0 Favorites   0 Comments

Color spaces of #d10aff

RGB 20910255
HSL0.801.000.52
HSV289°96°100°
CMYK 0.180.960.00   0.00
XYZ44.453020.992496.3167
Yxy20.99240.27480.1298
Hunter Lab45.817593.0036-92.5662
CIE-Lab52.941290.9522-73.1253

#d10aff color RGB value is (209,10,255).

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

The process color (four color CMYK) of #d10aff color hex is 0.18, 0.96, 0.00, 0.00. Web safe color of #d10aff is #cc00ff. Color #d10aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00001010 11111111
Octal 321 12 377
Decimal 209 10 255
Hex D1 A FF

RGB Percentages of Color #d10aff

%44.09
%2.11
%53.80

CMYK Percentages of Color #d10aff

%18
%96
%0
%0

Triadic Colors of #d10aff

#d10aff #ffd10a #0affd1

Analogous Colors of #d10aff

#d10aff #ff0ab3 #570aff

Monochromatic Colors of #d10aff

#d10aff

Complementary Color

#d10aff #38ff0a

#d10aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10aff Color CSS Codes

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

#d10aff Text Font Color

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

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


#d10aff Background Color

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

This div background color is #d10aff


#d10aff Border Color

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

This div border color is #d10aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10aff


Comments

No comments written yet.

Please login to write comment.