Color Hex Logo

#d68bec Color Hex

#D68BEC
(214,139,236)
0 Favorites   0 Comments

Color spaces of #d68bec

RGB 214139236
HSL0.800.720.74
HSV286°41°93°
CMYK 0.090.410.00   0.07
XYZ52.104538.817584.1032
Yxy38.81750.29770.2218
Hunter Lab62.303740.2479-36.4225
CIE-Lab68.618944.4761-37.6102

#d68bec color RGB value is (214,139,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001011 11101100
Octal 326 213 354
Decimal 214 139 236
Hex D6 8B EC

RGB Percentages of Color #d68bec

%36.33
%23.60
%40.07

CMYK Percentages of Color #d68bec

%9
%41
%0
%7

Triadic Colors of #d68bec

#d68bec #ecd68b #8becd6

Analogous Colors of #d68bec

#d68bec #ec8bd2 #a68bec

Monochromatic Colors of #d68bec

#d68bec

Complementary Color

#d68bec #a1ec8b

#d68bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68bec Color CSS Codes

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

#d68bec Text Font Color

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

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


#d68bec Background Color

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

This div background color is #d68bec


#d68bec Border Color

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

This div border color is #d68bec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,139,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 #d68bec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68bec


Comments

No comments written yet.

Please login to write comment.