Color Hex Logo

#993bbf Color Hex

#993BBF
(153,59,191)
0 Favorites   0 Comments

Color spaces of #993bbf

RGB 15359191
HSL0.790.530.49
HSV283°69°75°
CMYK 0.200.690.00   0.25
XYZ24.104813.661850.6567
Yxy13.66180.27260.1545
Hunter Lab36.961951.7261-55.3844
CIE-Lab43.744058.9718-51.9660

#993bbf color RGB value is (153,59,191).

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

The process color (four color CMYK) of #993bbf color hex is 0.20, 0.69, 0.00, 0.25. Web safe color of #993bbf is #9933cc. Color #993bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111011 10111111
Octal 231 73 277
Decimal 153 59 191
Hex 99 3B BF

RGB Percentages of Color #993bbf

%37.97
%14.64
%47.39

CMYK Percentages of Color #993bbf

%20
%69
%0
%25

Triadic Colors of #993bbf

#993bbf #bf993b #3bbf99

Analogous Colors of #993bbf

#993bbf #bf3ba3 #573bbf

Monochromatic Colors of #993bbf

#993bbf

Complementary Color

#993bbf #61bf3b

#993bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#993bbf Color CSS Codes

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

#993bbf Text Font Color

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

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


#993bbf Background Color

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

This div background color is #993bbf


#993bbf Border Color

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

This div border color is #993bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993bbf


Comments

No comments written yet.

Please login to write comment.