Color Hex Logo

#993bce Color Hex

#993BCE
(153,59,206)
0 Favorites   0 Comments

Color spaces of #993bce

RGB 15359206
HSL0.770.600.52
HSV278°71°81°
CMYK 0.260.710.00   0.19
XYZ25.841414.356559.8016
Yxy14.35650.25840.1436
Hunter Lab37.890055.4316-67.0542
CIE-Lab44.739962.1036-59.0636

#993bce color RGB value is (153,59,206).

#993bce hex color red value is 153, green value is 59 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #993bce hue: 0.77 , saturation: 0.60 and the lightness value of 993bce is 0.52.

The process color (four color CMYK) of #993bce color hex is 0.26, 0.71, 0.00, 0.19. Web safe color of #993bce is #9933cc. Color #993bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111011 11001110
Octal 231 73 316
Decimal 153 59 206
Hex 99 3B CE

RGB Percentages of Color #993bce

%36.60
%14.11
%49.28

CMYK Percentages of Color #993bce

%26
%71
%0
%19

Triadic Colors of #993bce

#993bce #ce993b #3bce99

Analogous Colors of #993bce

#993bce #ce3bba #4f3bce

Monochromatic Colors of #993bce

#993bce

Complementary Color

#993bce #70ce3b

#993bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#993bce Color CSS Codes

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

#993bce Text Font Color

<p style="color:#993bce">Text here</p>

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


#993bce Background Color

<div style="background-color:#993bce">
Div content here</div>

This div background color is #993bce


#993bce Border Color

<div style="border:3px solid #993bce">
Div here</div>

This div border color is #993bce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,59,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #993bce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #993bce;
  -webkit-box-shadow: 1px 1px 3px 2px #993bce;
  box-shadow:         1px 1px 3px 2px #993bce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,59,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993bce


Comments

No comments written yet.

Please login to write comment.