Color Hex Logo

#d68bca Color Hex

#D68BCA
(214,139,202)
0 Favorites   0 Comments

Color spaces of #d68bca

RGB 214139202
HSL0.860.480.69
HSV310°35°84°
CMYK 0.000.350.06   0.16
XYZ47.624837.025660.5137
Yxy37.02560.32810.2551
Hunter Lab60.848733.2225-16.3696
CIE-Lab67.296238.0966-20.8209

#d68bca color RGB value is (214,139,202).

#d68bca hex color red value is 214, green value is 139 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d68bca hue: 0.86 , saturation: 0.48 and the lightness value of d68bca is 0.69.

The process color (four color CMYK) of #d68bca color hex is 0.00, 0.35, 0.06, 0.16. Web safe color of #d68bca is #cc99cc. Color #d68bca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001011 11001010
Octal 326 213 312
Decimal 214 139 202
Hex D6 8B CA

RGB Percentages of Color #d68bca

%38.56
%25.05
%36.40

CMYK Percentages of Color #d68bca

%0
%35
%6
%16

Triadic Colors of #d68bca

#d68bca #cad68b #8bcad6

Analogous Colors of #d68bca

#d68bca #d68ba5 #bd8bd6

Monochromatic Colors of #d68bca

#d68bca

Complementary Color

#d68bca #8bd697

#d68bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68bca Color CSS Codes

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

#d68bca Text Font Color

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

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


#d68bca Background Color

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

This div background color is #d68bca


#d68bca Border Color

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

This div border color is #d68bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68bca


Comments

No comments written yet.

Please login to write comment.