Color Hex Logo

#962ecf Color Hex

#962ECF
(150,46,207)
0 Favorites   0 Comments

Color spaces of #962ecf

RGB 15046207
HSL0.770.640.50
HSV279°78°81°
CMYK 0.280.780.00   0.19
XYZ24.817212.943060.2217
Yxy12.94300.25330.1321
Hunter Lab35.976460.1741-74.0634
CIE-Lab42.677266.6574-63.0025

#962ecf color RGB value is (150,46,207).

#962ecf hex color red value is 150, green value is 46 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #962ecf hue: 0.77 , saturation: 0.64 and the lightness value of 962ecf is 0.50.

The process color (four color CMYK) of #962ecf color hex is 0.28, 0.78, 0.00, 0.19. Web safe color of #962ecf is #9933cc. Color #962ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101110 11001111
Octal 226 56 317
Decimal 150 46 207
Hex 96 2E CF

RGB Percentages of Color #962ecf

%37.22
%11.41
%51.36

CMYK Percentages of Color #962ecf

%28
%78
%0
%19

Triadic Colors of #962ecf

#962ecf #cf962e #2ecf96

Analogous Colors of #962ecf

#962ecf #cf2eb8 #462ecf

Monochromatic Colors of #962ecf

#962ecf

Complementary Color

#962ecf #67cf2e

#962ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#962ecf Color CSS Codes

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

#962ecf Text Font Color

<p style="color:#962ecf">Text here</p>

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


#962ecf Background Color

<div style="background-color:#962ecf">
Div content here</div>

This div background color is #962ecf


#962ecf Border Color

<div style="border:3px solid #962ecf">
Div here</div>

This div border color is #962ecf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,46,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #962ecf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #962ecf;
  -webkit-box-shadow: 1px 1px 3px 2px #962ecf;
  box-shadow:         1px 1px 3px 2px #962ecf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962ecf


Comments

No comments written yet.

Please login to write comment.