Color Hex Logo

#d683eb Color Hex

#D683EB
(214,131,235)
0 Favorites   0 Comments

Color spaces of #d683eb

RGB 214131235
HSL0.800.720.72
HSV288°44°92°
CMYK 0.090.440.00   0.08
XYZ50.843336.526982.9679
Yxy36.52690.29850.2144
Hunter Lab60.437544.3983-39.0864
CIE-Lab66.920648.4676-39.7089

#d683eb color RGB value is (214,131,235).

#d683eb hex color red value is 214, green value is 131 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d683eb hue: 0.80 , saturation: 0.72 and the lightness value of d683eb is 0.72.

The process color (four color CMYK) of #d683eb color hex is 0.09, 0.44, 0.00, 0.08. Web safe color of #d683eb is #cc99ff. Color #d683eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000011 11101011
Octal 326 203 353
Decimal 214 131 235
Hex D6 83 EB

RGB Percentages of Color #d683eb

%36.90
%22.59
%40.52

CMYK Percentages of Color #d683eb

%9
%44
%0
%8

Triadic Colors of #d683eb

#d683eb #ebd683 #83ebd6

Analogous Colors of #d683eb

#d683eb #eb83cc #a283eb

Monochromatic Colors of #d683eb

#d683eb

Complementary Color

#d683eb #98eb83

#d683eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d683eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d683eb Color CSS Codes

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

#d683eb Text Font Color

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

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


#d683eb Background Color

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

This div background color is #d683eb


#d683eb Border Color

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

This div border color is #d683eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d683eb


Comments

No comments written yet.

Please login to write comment.