Color Hex Logo

#961eca Color Hex

#961ECA
(150,30,202)
0 Favorites   0 Comments

Color spaces of #961eca

RGB 15030202
HSL0.780.740.45
HSV282°85°79°
CMYK 0.260.850.00   0.21
XYZ23.702611.676856.8817
Yxy11.67680.25690.1266
Hunter Lab34.171364.0149-74.7744
CIE-Lab40.697870.3318-63.3225

#961eca color RGB value is (150,30,202).

#961eca hex color red value is 150, green value is 30 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #961eca hue: 0.78 , saturation: 0.74 and the lightness value of 961eca is 0.45.

The process color (four color CMYK) of #961eca color hex is 0.26, 0.85, 0.00, 0.21. Web safe color of #961eca is #9933cc. Color #961eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011110 11001010
Octal 226 36 312
Decimal 150 30 202
Hex 96 1E CA

RGB Percentages of Color #961eca

%39.27
%7.85
%52.88

CMYK Percentages of Color #961eca

%26
%85
%0
%21

Triadic Colors of #961eca

#961eca #ca961e #1eca96

Analogous Colors of #961eca

#961eca #ca1ea8 #401eca

Monochromatic Colors of #961eca

#961eca

Complementary Color

#961eca #52ca1e

#961eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#961eca Color CSS Codes

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

#961eca Text Font Color

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

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


#961eca Background Color

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

This div background color is #961eca


#961eca Border Color

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

This div border color is #961eca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,30,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #961eca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #961eca;
  -webkit-box-shadow: 1px 1px 3px 2px #961eca;
  box-shadow:         1px 1px 3px 2px #961eca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961eca


Comments

No comments written yet.

Please login to write comment.