Color Hex Logo

#d68bfc Color Hex

#D68BFC
(214,139,252)
0 Favorites   0 Comments

Color spaces of #d68bfc

RGB 214139252
HSL0.780.950.77
HSV280°45°99°
CMYK 0.150.450.00   0.01
XYZ54.534939.789796.9013
Yxy39.78970.28520.2081
Hunter Lab63.079143.9335-46.9252
CIE-Lab69.319547.7223-45.2745

#d68bfc color RGB value is (214,139,252).

#d68bfc hex color red value is 214, green value is 139 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d68bfc hue: 0.78 , saturation: 0.95 and the lightness value of d68bfc is 0.77.

The process color (four color CMYK) of #d68bfc color hex is 0.15, 0.45, 0.00, 0.01. Web safe color of #d68bfc is #cc99ff. Color #d68bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001011 11111100
Octal 326 213 374
Decimal 214 139 252
Hex D6 8B FC

RGB Percentages of Color #d68bfc

%35.37
%22.98
%41.65

CMYK Percentages of Color #d68bfc

%15
%45
%0
%1

Triadic Colors of #d68bfc

#d68bfc #fcd68b #8bfcd6

Analogous Colors of #d68bfc

#d68bfc #fc8bea #9e8bfc

Monochromatic Colors of #d68bfc

#d68bfc

Complementary Color

#d68bfc #b1fc8b

#d68bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68bfc Color CSS Codes

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

#d68bfc Text Font Color

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

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


#d68bfc Background Color

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

This div background color is #d68bfc


#d68bfc Border Color

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

This div border color is #d68bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.