Color Hex Logo

#9683da Color Hex

#9683DA
(150,131,218)
0 Favorites   0 Comments

Color spaces of #9683da

RGB 150131218
HSL0.700.540.68
HSV253°40°85°
CMYK 0.310.400.00   0.15
XYZ33.348927.778669.9338
Yxy27.77860.25450.2120
Hunter Lab52.705420.7099-41.7770
CIE-Lab59.688226.4136-42.0627

#9683da color RGB value is (150,131,218).

#9683da hex color red value is 150, green value is 131 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9683da hue: 0.70 , saturation: 0.54 and the lightness value of 9683da is 0.68.

The process color (four color CMYK) of #9683da color hex is 0.31, 0.40, 0.00, 0.15. Web safe color of #9683da is #9999cc. Color #9683da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000011 11011010
Octal 226 203 332
Decimal 150 131 218
Hex 96 83 DA

RGB Percentages of Color #9683da

%30.06
%26.25
%43.69

CMYK Percentages of Color #9683da

%31
%40
%0
%15

Triadic Colors of #9683da

#9683da #da9683 #83da96

Analogous Colors of #9683da

#9683da #c283da #839cda

Monochromatic Colors of #9683da

#9683da

Complementary Color

#9683da #c7da83

#9683da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9683da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9683da Color CSS Codes

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

#9683da Text Font Color

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

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


#9683da Background Color

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

This div background color is #9683da


#9683da Border Color

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

This div border color is #9683da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,131,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9683da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9683da;
  -webkit-box-shadow: 1px 1px 3px 2px #9683da;
  box-shadow:         1px 1px 3px 2px #9683da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9683da


Comments

No comments written yet.

Please login to write comment.