Color Hex Logo

#d01afe Color Hex

#D01AFE
(208,26,254)
0 Favorites   0 Comments

Color spaces of #d01afe

RGB 20826254
HSL0.800.990.55
HSV288°90°100°
CMYK 0.180.900.00   0.00
XYZ44.271221.304495.5447
Yxy21.30440.27480.1322
Hunter Lab46.156790.4341-90.4211
CIE-Lab53.281088.9574-72.0250

#d01afe color RGB value is (208,26,254).

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

The process color (four color CMYK) of #d01afe color hex is 0.18, 0.90, 0.00, 0.00. Web safe color of #d01afe is #cc33ff. Color #d01afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011010 11111110
Octal 320 32 376
Decimal 208 26 254
Hex D0 1A FE

RGB Percentages of Color #d01afe

%42.62
%5.33
%52.05

CMYK Percentages of Color #d01afe

%18
%90
%0
%0

Triadic Colors of #d01afe

#d01afe #fed01a #1afed0

Analogous Colors of #d01afe

#d01afe #fe1aba #5e1afe

Monochromatic Colors of #d01afe

#d01afe

Complementary Color

#d01afe #48fe1a

#d01afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01afe Color CSS Codes

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

#d01afe Text Font Color

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

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


#d01afe Background Color

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

This div background color is #d01afe


#d01afe Border Color

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

This div border color is #d01afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01afe


Comments

No comments written yet.

Please login to write comment.