Color Hex Logo

#d85afb Color Hex

#D85AFB
(216,90,251)
0 Favorites   0 Comments

Color spaces of #d85afb

RGB 21690251
HSL0.800.950.67
HSV287°64°98°
CMYK 0.140.640.00   0.02
XYZ49.387728.876394.2375
Yxy28.87630.28630.1674
Hunter Lab53.736770.0146-66.3606
CIE-Lab60.672371.4889-58.4042

#d85afb color RGB value is (216,90,251).

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

The process color (four color CMYK) of #d85afb color hex is 0.14, 0.64, 0.00, 0.02. Web safe color of #d85afb is #cc66ff. Color #d85afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011010 11111011
Octal 330 132 373
Decimal 216 90 251
Hex D8 5A FB

RGB Percentages of Color #d85afb

%38.78
%16.16
%45.06

CMYK Percentages of Color #d85afb

%14
%64
%0
%2

Triadic Colors of #d85afb

#d85afb #fbd85a #5afbd8

Analogous Colors of #d85afb

#d85afb #fb5ace #885afb

Monochromatic Colors of #d85afb

#d85afb

Complementary Color

#d85afb #7dfb5a

#d85afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85afb Color CSS Codes

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

#d85afb Text Font Color

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

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


#d85afb Background Color

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

This div background color is #d85afb


#d85afb Border Color

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

This div border color is #d85afb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,90,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d85afb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85afb


Comments

No comments written yet.

Please login to write comment.