Color Hex Logo

#d692fb Color Hex

#D692FB
(214,146,251)
0 Favorites   0 Comments

Color spaces of #d692fb

RGB 214146251
HSL0.770.930.78
HSV279°42°98°
CMYK 0.150.420.00   0.02
XYZ55.423041.818996.4175
Yxy41.81890.28620.2159
Hunter Lab64.667539.8144-43.1325
CIE-Lab70.745943.8172-42.4945

#d692fb color RGB value is (214,146,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010010 11111011
Octal 326 222 373
Decimal 214 146 251
Hex D6 92 FB

RGB Percentages of Color #d692fb

%35.02
%23.90
%41.08

CMYK Percentages of Color #d692fb

%15
%42
%0
%2

Triadic Colors of #d692fb

#d692fb #fbd692 #92fbd6

Analogous Colors of #d692fb

#d692fb #fb92ec #a292fb

Monochromatic Colors of #d692fb

#d692fb

Complementary Color

#d692fb #b7fb92

#d692fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d692fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d692fb Color CSS Codes

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

#d692fb Text Font Color

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

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


#d692fb Background Color

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

This div background color is #d692fb


#d692fb Border Color

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

This div border color is #d692fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d692fb

Related Colors


Comments

No comments written yet.

Please login to write comment.