Color Hex Logo

#993fbc Color Hex

#993FBC
(153,63,188)
0 Favorites   0 Comments

Color spaces of #993fbc

RGB 15363188
HSL0.790.500.49
HSV283°66°74°
CMYK 0.190.660.00   0.26
XYZ23.991513.958249.0067
Yxy13.95820.27590.1605
Hunter Lab37.360749.2442-51.6193
CIE-Lab44.172956.6261-49.5252

#993fbc color RGB value is (153,63,188).

#993fbc hex color red value is 153, green value is 63 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #993fbc hue: 0.79 , saturation: 0.50 and the lightness value of 993fbc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111111 10111100
Octal 231 77 274
Decimal 153 63 188
Hex 99 3F BC

RGB Percentages of Color #993fbc

%37.87
%15.59
%46.53

CMYK Percentages of Color #993fbc

%19
%66
%0
%26

Triadic Colors of #993fbc

#993fbc #bc993f #3fbc99

Analogous Colors of #993fbc

#993fbc #bc3fa1 #5a3fbc

Monochromatic Colors of #993fbc

#993fbc

Complementary Color

#993fbc #62bc3f

#993fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#993fbc Color CSS Codes

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

#993fbc Text Font Color

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

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


#993fbc Background Color

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

This div background color is #993fbc


#993fbc Border Color

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

This div border color is #993fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993fbc


Comments

No comments written yet.

Please login to write comment.