Color Hex Logo

#d68bfe Color Hex

#D68BFE
(214,139,254)
0 Favorites   0 Comments

Color spaces of #d68bfe

RGB 214139254
HSL0.780.980.77
HSV279°45°100°
CMYK 0.160.450.00   0.00
XYZ54.853639.917198.5796
Yxy39.91710.28370.2064
Hunter Lab63.180044.4108-48.2841
CIE-Lab69.410448.1380-46.2219

#d68bfe color RGB value is (214,139,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001011 11111110
Octal 326 213 376
Decimal 214 139 254
Hex D6 8B FE

RGB Percentages of Color #d68bfe

%35.26
%22.90
%41.85

CMYK Percentages of Color #d68bfe

%16
%45
%0
%0

Triadic Colors of #d68bfe

#d68bfe #fed68b #8bfed6

Analogous Colors of #d68bfe

#d68bfe #fe8bed #9d8bfe

Monochromatic Colors of #d68bfe

#d68bfe

Complementary Color

#d68bfe #b3fe8b

#d68bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68bfe Color CSS Codes

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

#d68bfe Text Font Color

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

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


#d68bfe Background Color

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

This div background color is #d68bfe


#d68bfe Border Color

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

This div border color is #d68bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.