Color Hex Logo

#9568ec Color Hex

#9568EC
(149,104,236)
0 Favorites   0 Comments

Color spaces of #9568ec

RGB 149104236
HSL0.720.780.67
HSV260°56°93°
CMYK 0.370.560.00   0.07
XYZ32.485122.346381.9580
Yxy22.34630.23750.1634
Hunter Lab47.271939.9389-69.7042
CIE-Lab54.392546.1683-60.5647

#9568ec color RGB value is (149,104,236).

#9568ec hex color red value is 149, green value is 104 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9568ec hue: 0.72 , saturation: 0.78 and the lightness value of 9568ec is 0.67.

The process color (four color CMYK) of #9568ec color hex is 0.37, 0.56, 0.00, 0.07. Web safe color of #9568ec is #9966ff. Color #9568ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101000 11101100
Octal 225 150 354
Decimal 149 104 236
Hex 95 68 EC

RGB Percentages of Color #9568ec

%30.47
%21.27
%48.26

CMYK Percentages of Color #9568ec

%37
%56
%0
%7

Triadic Colors of #9568ec

#9568ec #ec9568 #68ec95

Analogous Colors of #9568ec

#9568ec #d768ec #687dec

Monochromatic Colors of #9568ec

#9568ec

Complementary Color

#9568ec #bfec68

#9568ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9568ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9568ec Color CSS Codes

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

#9568ec Text Font Color

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

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


#9568ec Background Color

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

This div background color is #9568ec


#9568ec Border Color

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

This div border color is #9568ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,104,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9568ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9568ec;
  -webkit-box-shadow: 1px 1px 3px 2px #9568ec;
  box-shadow:         1px 1px 3px 2px #9568ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9568ec


Comments

No comments written yet.

Please login to write comment.