Color Hex Logo

#d685ec Color Hex

#D685EC
(214,133,236)
0 Favorites   0 Comments

Color spaces of #d685ec

RGB 214133236
HSL0.800.730.72
HSV287°44°93°
CMYK 0.090.440.00   0.07
XYZ51.259437.127383.8215
Yxy37.12730.29770.2156
Hunter Lab60.932243.5324-38.9099
CIE-Lab67.372447.6242-39.5541

#d685ec color RGB value is (214,133,236).

#d685ec hex color red value is 214, green value is 133 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d685ec hue: 0.80 , saturation: 0.73 and the lightness value of d685ec is 0.72.

The process color (four color CMYK) of #d685ec color hex is 0.09, 0.44, 0.00, 0.07. Web safe color of #d685ec is #cc99ff. Color #d685ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000101 11101100
Octal 326 205 354
Decimal 214 133 236
Hex D6 85 EC

RGB Percentages of Color #d685ec

%36.71
%22.81
%40.48

CMYK Percentages of Color #d685ec

%9
%44
%0
%7

Triadic Colors of #d685ec

#d685ec #ecd685 #85ecd6

Analogous Colors of #d685ec

#d685ec #ec85cf #a385ec

Monochromatic Colors of #d685ec

#d685ec

Complementary Color

#d685ec #9bec85

#d685ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d685ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d685ec Color CSS Codes

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

#d685ec Text Font Color

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

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


#d685ec Background Color

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

This div background color is #d685ec


#d685ec Border Color

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

This div border color is #d685ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d685ec


Comments

No comments written yet.

Please login to write comment.