Color Hex Logo

#993bfe Color Hex

#993BFE
(153,59,254)
0 Favorites   0 Comments

Color spaces of #993bfe

RGB 15359254
HSL0.750.990.61
HSV269°77°100°
CMYK 0.400.770.00   0.00
XYZ32.590217.056095.3404
Yxy17.05600.22480.1176
Hunter Lab41.298968.5866-107.9644
CIE-Lab48.330572.6742-80.4238

#993bfe color RGB value is (153,59,254).

#993bfe hex color red value is 153, green value is 59 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #993bfe hue: 0.75 , saturation: 0.99 and the lightness value of 993bfe is 0.61.

The process color (four color CMYK) of #993bfe color hex is 0.40, 0.77, 0.00, 0.00. Web safe color of #993bfe is #9933ff. Color #993bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111011 11111110
Octal 231 73 376
Decimal 153 59 254
Hex 99 3B FE

RGB Percentages of Color #993bfe

%32.83
%12.66
%54.51

CMYK Percentages of Color #993bfe

%40
%77
%0
%0

Triadic Colors of #993bfe

#993bfe #fe993b #3bfe99

Analogous Colors of #993bfe

#993bfe #fb3bfe #3b3ffe

Monochromatic Colors of #993bfe

#993bfe

Complementary Color

#993bfe #a0fe3b

#993bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#993bfe Color CSS Codes

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

#993bfe Text Font Color

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

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


#993bfe Background Color

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

This div background color is #993bfe


#993bfe Border Color

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

This div border color is #993bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.