Color Hex Logo

#d385fe Color Hex

#D385FE
(211,133,254)
0 Favorites   0 Comments

Color spaces of #d385fe

RGB 211133254
HSL0.770.980.76
HSV279°48°100°
CMYK 0.170.480.00   0.00
XYZ53.140937.779798.2573
Yxy37.77970.28090.1997
Hunter Lab61.465246.7615-51.7544
CIE-Lab67.857950.4513-48.6876

#d385fe color RGB value is (211,133,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000101 11111110
Octal 323 205 376
Decimal 211 133 254
Hex D3 85 FE

RGB Percentages of Color #d385fe

%35.28
%22.24
%42.47

CMYK Percentages of Color #d385fe

%17
%48
%0
%0

Triadic Colors of #d385fe

#d385fe #fed385 #85fed3

Analogous Colors of #d385fe

#d385fe #fe85ed #9785fe

Monochromatic Colors of #d385fe

#d385fe

Complementary Color

#d385fe #b0fe85

#d385fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d385fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d385fe Color CSS Codes

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

#d385fe Text Font Color

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

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


#d385fe Background Color

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

This div background color is #d385fe


#d385fe Border Color

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

This div border color is #d385fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d385fe


Comments

No comments written yet.

Please login to write comment.