color codes Logo

#d85ffb color codes

#D85FFB
(216,95,251)
0 Favorites   0 Comments

Color spaces of #d85ffb

RGB 21695251
HSL0.800.950.68
HSV287°62°98°
CMYK 0.140.620.00   0.02
XYZ49.823729.748494.3828
Yxy29.74840.28640.1710
Hunter Lab54.542167.6094-64.4194
CIE-Lab61.436569.3742-57.1845

#d85ffb color RGB value is (216,95,251).

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

The process color (four color CMYK) of #d85ffb color code is 0.14, 0.62, 0.00, 0.02. Web safe color of #d85ffb is #cc66ff. Color #d85ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011111 11111011
Octal 330 137 373
Decimal 216 95 251
Hex D8 5F FB

RGB Percentages of Color #d85ffb

%38.43
%16.90
%44.66

CMYK Percentages of Color #d85ffb

%14
%62
%0
%2

Triadic Colors of #d85ffb

#d85ffb #fbd85f #5ffbd8

Analogous Colors of #d85ffb

#d85ffb #fb5fd0 #8a5ffb

Monochromatic Colors of #d85ffb

#d85ffb

Complementary Color

#d85ffb #82fb5f

#d85ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85ffb Color CSS Codes

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

#d85ffb Text Font Color

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

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


#d85ffb Background Color

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

This div background color is #d85ffb


#d85ffb Border Color

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

This div border color is #d85ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85ffb


Comments

No comments written yet.

Please login to write comment.