Color Hex Logo

#9561dc Color Hex

#9561DC
(149,97,220)
0 Favorites   0 Comments

Color spaces of #9561dc

RGB 14997220
HSL0.740.640.62
HSV265°56°86°
CMYK 0.320.560.00   0.14
XYZ29.587420.106370.0316
Yxy20.10630.24710.1679
Hunter Lab44.840039.3119-61.2116
CIE-Lab51.957245.9456-55.4724

#9561dc color RGB value is (149,97,220).

#9561dc hex color red value is 149, green value is 97 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9561dc hue: 0.74 , saturation: 0.64 and the lightness value of 9561dc is 0.62.

The process color (four color CMYK) of #9561dc color hex is 0.32, 0.56, 0.00, 0.14. Web safe color of #9561dc is #9966cc. Color #9561dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100001 11011100
Octal 225 141 334
Decimal 149 97 220
Hex 95 61 DC

RGB Percentages of Color #9561dc

%31.97
%20.82
%47.21

CMYK Percentages of Color #9561dc

%32
%56
%0
%14

Triadic Colors of #9561dc

#9561dc #dc9561 #61dc95

Analogous Colors of #9561dc

#9561dc #d361dc #616bdc

Monochromatic Colors of #9561dc

#9561dc

Complementary Color

#9561dc #a8dc61

#9561dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9561dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9561dc Color CSS Codes

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

#9561dc Text Font Color

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

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


#9561dc Background Color

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

This div background color is #9561dc


#9561dc Border Color

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

This div border color is #9561dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,97,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9561dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9561dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9561dc;
  box-shadow:         1px 1px 3px 2px #9561dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,97,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9561dc


Comments

No comments written yet.

Please login to write comment.