Color Hex Logo

#d68bfd Color Hex

#D68BFD
(214,139,253)
0 Favorites   0 Comments

Color spaces of #d68bfd

RGB 214139253
HSL0.780.970.77
HSV279°45°99°
CMYK 0.150.450.00   0.01
XYZ54.693839.853297.7383
Yxy39.85320.28440.2073
Hunter Lab63.129444.1717-47.6035
CIE-Lab69.364847.9299-45.7486

#d68bfd color RGB value is (214,139,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001011 11111101
Octal 326 213 375
Decimal 214 139 253
Hex D6 8B FD

RGB Percentages of Color #d68bfd

%35.31
%22.94
%41.75

CMYK Percentages of Color #d68bfd

%15
%45
%0
%1

Triadic Colors of #d68bfd

#d68bfd #fdd68b #8bfdd6

Analogous Colors of #d68bfd

#d68bfd #fd8beb #9d8bfd

Monochromatic Colors of #d68bfd

#d68bfd

Complementary Color

#d68bfd #b2fd8b

#d68bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68bfd Color CSS Codes

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

#d68bfd Text Font Color

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

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


#d68bfd Background Color

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

This div background color is #d68bfd


#d68bfd Border Color

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

This div border color is #d68bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68bfd


Comments

No comments written yet.

Please login to write comment.