Color Hex Logo

#d185fd Color Hex

#D185FD
(209,133,253)
0 Favorites   0 Comments

Color spaces of #d185fd

RGB 209133253
HSL0.770.970.76
HSV278°47°99°
CMYK 0.170.470.00   0.01
XYZ52.411637.422297.3893
Yxy37.42220.27990.1999
Hunter Lab61.173745.8790-51.5689
CIE-Lab67.592649.7021-48.5743

#d185fd color RGB value is (209,133,253).

#d185fd hex color red value is 209, green value is 133 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d185fd hue: 0.77 , saturation: 0.97 and the lightness value of d185fd is 0.76.

The process color (four color CMYK) of #d185fd color hex is 0.17, 0.47, 0.00, 0.01. Web safe color of #d185fd is #cc99ff. Color #d185fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000101 11111101
Octal 321 205 375
Decimal 209 133 253
Hex D1 85 FD

RGB Percentages of Color #d185fd

%35.13
%22.35
%42.52

CMYK Percentages of Color #d185fd

%17
%47
%0
%1

Triadic Colors of #d185fd

#d185fd #fdd185 #85fdd1

Analogous Colors of #d185fd

#d185fd #fd85ed #9585fd

Monochromatic Colors of #d185fd

#d185fd

Complementary Color

#d185fd #b1fd85

#d185fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d185fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d185fd Color CSS Codes

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

#d185fd Text Font Color

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

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


#d185fd Background Color

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

This div background color is #d185fd


#d185fd Border Color

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

This div border color is #d185fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,133,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d185fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d185fd;
  -webkit-box-shadow: 1px 1px 3px 2px #d185fd;
  box-shadow:         1px 1px 3px 2px #d185fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,133,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d185fd


Comments

No comments written yet.

Please login to write comment.