Color Hex Logo

#d69cfb Color Hex

#D69CFB
(214,156,251)
0 Favorites   0 Comments

Color spaces of #d69cfb

RGB 214156251
HSL0.770.920.80
HSV277°38°98°
CMYK 0.150.380.00   0.02
XYZ57.032645.038196.9541
Yxy45.03810.28660.2263
Hunter Lab67.110434.2518-38.6787
CIE-Lab72.917038.4644-39.1068

#d69cfb color RGB value is (214,156,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011100 11111011
Octal 326 234 373
Decimal 214 156 251
Hex D6 9C FB

RGB Percentages of Color #d69cfb

%34.46
%25.12
%40.42

CMYK Percentages of Color #d69cfb

%15
%38
%0
%2

Triadic Colors of #d69cfb

#d69cfb #fbd69c #9cfbd6

Analogous Colors of #d69cfb

#d69cfb #fb9cf1 #a79cfb

Monochromatic Colors of #d69cfb

#d69cfb

Complementary Color

#d69cfb #c1fb9c

#d69cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69cfb Color CSS Codes

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

#d69cfb Text Font Color

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

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


#d69cfb Background Color

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

This div background color is #d69cfb


#d69cfb Border Color

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

This div border color is #d69cfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,156,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 #d69cfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.