Color Hex Logo

#d85afe Color Hex

#D85AFE
(216,90,254)
0 Favorites   0 Comments

Color spaces of #d85afe

RGB 21690254
HSL0.790.990.67
HSV286°65°100°
CMYK 0.150.650.00   0.00
XYZ49.864529.067096.7483
Yxy29.06700.28380.1655
Hunter Lab53.913870.7442-68.6562
CIE-Lab60.840772.0524-59.7917

#d85afe color RGB value is (216,90,254).

#d85afe hex color red value is 216, green value is 90 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d85afe hue: 0.79 , saturation: 0.99 and the lightness value of d85afe is 0.67.

The process color (four color CMYK) of #d85afe color hex is 0.15, 0.65, 0.00, 0.00. Web safe color of #d85afe is #cc66ff. Color #d85afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011010 11111110
Octal 330 132 376
Decimal 216 90 254
Hex D8 5A FE

RGB Percentages of Color #d85afe

%38.57
%16.07
%45.36

CMYK Percentages of Color #d85afe

%15
%65
%0
%0

Triadic Colors of #d85afe

#d85afe #fed85a #5afed8

Analogous Colors of #d85afe

#d85afe #fe5ad2 #865afe

Monochromatic Colors of #d85afe

#d85afe

Complementary Color

#d85afe #80fe5a

#d85afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85afe Color CSS Codes

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

#d85afe Text Font Color

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

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


#d85afe Background Color

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

This div background color is #d85afe


#d85afe Border Color

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

This div border color is #d85afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85afe


Comments

No comments written yet.

Please login to write comment.