Color Hex Logo

#d85cfb Color Hex

#D85CFB
(216,92,251)
0 Favorites   0 Comments

Color spaces of #d85cfb

RGB 21692251
HSL0.800.950.67
HSV287°63°98°
CMYK 0.140.630.00   0.02
XYZ49.558629.218394.2944
Yxy29.21830.28630.1688
Hunter Lab54.054069.0608-65.5906
CIE-Lab60.973870.6524-57.9227

#d85cfb color RGB value is (216,92,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011100 11111011
Octal 330 134 373
Decimal 216 92 251
Hex D8 5C FB

RGB Percentages of Color #d85cfb

%38.64
%16.46
%44.90

CMYK Percentages of Color #d85cfb

%14
%63
%0
%2

Triadic Colors of #d85cfb

#d85cfb #fbd85c #5cfbd8

Analogous Colors of #d85cfb

#d85cfb #fb5ccf #895cfb

Monochromatic Colors of #d85cfb

#d85cfb

Complementary Color

#d85cfb #7ffb5c

#d85cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85cfb Color CSS Codes

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

#d85cfb Text Font Color

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

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


#d85cfb Background Color

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

This div background color is #d85cfb


#d85cfb Border Color

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

This div border color is #d85cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85cfb


Comments

No comments written yet.

Please login to write comment.