Color Hex Logo

#993ffe Color Hex

#993FFE
(153,63,254)
0 Favorites   0 Comments

Color spaces of #993ffe

RGB 15363254
HSL0.750.990.62
HSV268°75°100°
CMYK 0.400.750.00   0.00
XYZ32.803817.483195.4116
Yxy17.48310.22510.1200
Hunter Lab41.812866.8679-106.0234
CIE-Lab48.863171.1416-79.5532

#993ffe color RGB value is (153,63,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111111 11111110
Octal 231 77 376
Decimal 153 63 254
Hex 99 3F FE

RGB Percentages of Color #993ffe

%32.55
%13.40
%54.04

CMYK Percentages of Color #993ffe

%40
%75
%0
%0

Triadic Colors of #993ffe

#993ffe #fe993f #3ffe99

Analogous Colors of #993ffe

#993ffe #f93ffe #3f44fe

Monochromatic Colors of #993ffe

#993ffe

Complementary Color

#993ffe #a4fe3f

#993ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#993ffe Color CSS Codes

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

#993ffe Text Font Color

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

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


#993ffe Background Color

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

This div background color is #993ffe


#993ffe Border Color

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

This div border color is #993ffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,63,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 #993ffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.