Color Hex Logo

#962dbe Color Hex

#962DBE
(150,45,190)
0 Favorites   0 Comments

Color spaces of #962dbe

RGB 15045190
HSL0.790.620.46
HSV283°76°75°
CMYK 0.210.760.00   0.25
XYZ22.810312.078549.8443
Yxy12.07850.26920.1425
Hunter Lab34.754156.3358-60.7057
CIE-Lab41.340663.5610-55.2768

#962dbe color RGB value is (150,45,190).

#962dbe hex color red value is 150, green value is 45 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #962dbe hue: 0.79 , saturation: 0.62 and the lightness value of 962dbe is 0.46.

The process color (four color CMYK) of #962dbe color hex is 0.21, 0.76, 0.00, 0.25. Web safe color of #962dbe is #9933cc. Color #962dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101101 10111110
Octal 226 55 276
Decimal 150 45 190
Hex 96 2D BE

RGB Percentages of Color #962dbe

%38.96
%11.69
%49.35

CMYK Percentages of Color #962dbe

%21
%76
%0
%25

Triadic Colors of #962dbe

#962dbe #be962d #2dbe96

Analogous Colors of #962dbe

#962dbe #be2d9e #4d2dbe

Monochromatic Colors of #962dbe

#962dbe

Complementary Color

#962dbe #55be2d

#962dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#962dbe Color CSS Codes

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

#962dbe Text Font Color

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

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


#962dbe Background Color

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

This div background color is #962dbe


#962dbe Border Color

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

This div border color is #962dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962dbe


Comments

No comments written yet.

Please login to write comment.