Color Hex Logo

#9b74da Color Hex

#9B74DA
(155,116,218)
0 Favorites   0 Comments

Color spaces of #9b74da

RGB 155116218
HSL0.730.580.65
HSV263°47°85°
CMYK 0.290.470.00   0.15
XYZ32.417824.521369.3541
Yxy24.52130.25670.1942
Hunter Lab49.519030.1975-48.3757
CIE-Lab56.606036.3859-46.8987

#9b74da color RGB value is (155,116,218).

#9b74da hex color red value is 155, green value is 116 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9b74da hue: 0.73 , saturation: 0.58 and the lightness value of 9b74da is 0.65.

The process color (four color CMYK) of #9b74da color hex is 0.29, 0.47, 0.00, 0.15. Web safe color of #9b74da is #9966cc. Color #9b74da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01110100 11011010
Octal 233 164 332
Decimal 155 116 218
Hex 9B 74 DA

RGB Percentages of Color #9b74da

%31.70
%23.72
%44.58

CMYK Percentages of Color #9b74da

%29
%47
%0
%15

Triadic Colors of #9b74da

#9b74da #da9b74 #74da9b

Analogous Colors of #9b74da

#9b74da #ce74da #7480da

Monochromatic Colors of #9b74da

#9b74da

Complementary Color

#9b74da #b3da74

#9b74da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b74da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b74da Color CSS Codes

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

#9b74da Text Font Color

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

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


#9b74da Background Color

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

This div background color is #9b74da


#9b74da Border Color

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

This div border color is #9b74da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,116,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b74da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b74da;
  -webkit-box-shadow: 1px 1px 3px 2px #9b74da;
  box-shadow:         1px 1px 3px 2px #9b74da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,116,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 #9b74da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b74da


Comments

No comments written yet.

Please login to write comment.