Color Hex Logo

#d68cfb Color Hex

#D68CFB
(214,140,251)
0 Favorites   0 Comments

Color spaces of #d68cfb

RGB 214140251
HSL0.780.930.77
HSV280°44°98°
CMYK 0.150.440.00   0.02
XYZ54.522240.017396.1173
Yxy40.01730.28600.2099
Hunter Lab63.259243.1429-45.8049
CIE-Lab69.481946.9901-44.4743

#d68cfb color RGB value is (214,140,251).

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

The process color (four color CMYK) of #d68cfb color hex is 0.15, 0.44, 0.00, 0.02. Web safe color of #d68cfb is #cc99ff. Color #d68cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001100 11111011
Octal 326 214 373
Decimal 214 140 251
Hex D6 8C FB

RGB Percentages of Color #d68cfb

%35.37
%23.14
%41.49

CMYK Percentages of Color #d68cfb

%15
%44
%0
%2

Triadic Colors of #d68cfb

#d68cfb #fbd68c #8cfbd6

Analogous Colors of #d68cfb

#d68cfb #fb8ce9 #9f8cfb

Monochromatic Colors of #d68cfb

#d68cfb

Complementary Color

#d68cfb #b1fb8c

#d68cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68cfb Color CSS Codes

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

#d68cfb Text Font Color

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

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


#d68cfb Background Color

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

This div background color is #d68cfb


#d68cfb Border Color

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

This div border color is #d68cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.