Color Hex Logo

#d85ff5 Color Hex

#D85FF5
(216,95,245)
0 Favorites   0 Comments

Color spaces of #d85ff5

RGB 21695245
HSL0.800.880.67
HSV288°61°96°
CMYK 0.120.610.00   0.04
XYZ48.892529.375989.4794
Yxy29.37590.29150.1751
Hunter Lab54.199566.1727-59.9437
CIE-Lab61.112068.2458-54.3828

#d85ff5 color RGB value is (216,95,245).

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

The process color (four color CMYK) of #d85ff5 color hex is 0.12, 0.61, 0.00, 0.04. Web safe color of #d85ff5 is #cc66ff. Color #d85ff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011111 11110101
Octal 330 137 365
Decimal 216 95 245
Hex D8 5F F5

RGB Percentages of Color #d85ff5

%38.85
%17.09
%44.06

CMYK Percentages of Color #d85ff5

%12
%61
%0
%4

Triadic Colors of #d85ff5

#d85ff5 #f5d85f #5ff5d8

Analogous Colors of #d85ff5

#d85ff5 #f55fc7 #8d5ff5

Monochromatic Colors of #d85ff5

#d85ff5

Complementary Color

#d85ff5 #7cf55f

#d85ff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85ff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85ff5 Color CSS Codes

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

#d85ff5 Text Font Color

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

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


#d85ff5 Background Color

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

This div background color is #d85ff5


#d85ff5 Border Color

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

This div border color is #d85ff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85ff5


Comments

No comments written yet.

Please login to write comment.