Color Hex Logo

#d693ff Color Hex

#D693FF
(214,147,255)
0 Favorites   0 Comments

Color spaces of #d693ff

RGB 214147255
HSL0.771.000.79
HSV277°42°100°
CMYK 0.160.420.00   0.00
XYZ56.215342.383699.8257
Yxy42.38360.28330.2136
Hunter Lab65.102740.2027-45.3409
CIE-Lab71.134644.1228-44.0611

#d693ff color RGB value is (214,147,255).

#d693ff hex color red value is 214, green value is 147 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d693ff hue: 0.77 , saturation: 1.00 and the lightness value of d693ff is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010011 11111111
Octal 326 223 377
Decimal 214 147 255
Hex D6 93 FF

RGB Percentages of Color #d693ff

%34.74
%23.86
%41.40

CMYK Percentages of Color #d693ff

%16
%42
%0
%0

Triadic Colors of #d693ff

#d693ff #ffd693 #93ffd6

Analogous Colors of #d693ff

#d693ff #ff93f2 #a093ff

Monochromatic Colors of #d693ff

#d693ff

Complementary Color

#d693ff #bcff93

#d693ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d693ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d693ff Color CSS Codes

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

#d693ff Text Font Color

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

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


#d693ff Background Color

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

This div background color is #d693ff


#d693ff Border Color

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

This div border color is #d693ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d693ff

Related Colors


Comments

No comments written yet.

Please login to write comment.