Color Hex Logo

#d385ff Color Hex

#D385FF
(211,133,255)
0 Favorites   0 Comments

Color spaces of #d385ff

RGB 211133255
HSL0.771.000.76
HSV278°48°100°
CMYK 0.170.480.00   0.00
XYZ53.301537.843999.1031
Yxy37.84390.28020.1989
Hunter Lab61.517447.0052-52.4526
CIE-Lab67.905450.6612-49.1587

#d385ff color RGB value is (211,133,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000101 11111111
Octal 323 205 377
Decimal 211 133 255
Hex D3 85 FF

RGB Percentages of Color #d385ff

%35.23
%22.20
%42.57

CMYK Percentages of Color #d385ff

%17
%48
%0
%0

Triadic Colors of #d385ff

#d385ff #ffd385 #85ffd3

Analogous Colors of #d385ff

#d385ff #ff85ee #9685ff

Monochromatic Colors of #d385ff

#d385ff

Complementary Color

#d385ff #b1ff85

#d385ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d385ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d385ff Color CSS Codes

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

#d385ff Text Font Color

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

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


#d385ff Background Color

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

This div background color is #d385ff


#d385ff Border Color

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

This div border color is #d385ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d385ff

Related Colors


Comments

No comments written yet.

Please login to write comment.