Color Hex Logo

#993fbf Color Hex

#993FBF
(153,63,191)
0 Favorites   0 Comments

Color spaces of #993fbf

RGB 15363191
HSL0.780.500.50
HSV282°67°75°
CMYK 0.200.670.00   0.25
XYZ24.318314.088950.7279
Yxy14.08890.27280.1581
Hunter Lab37.535249.9600-53.8544
CIE-Lab44.360257.2474-50.9762

#993fbf color RGB value is (153,63,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111111 10111111
Octal 231 77 277
Decimal 153 63 191
Hex 99 3F BF

RGB Percentages of Color #993fbf

%37.59
%15.48
%46.93

CMYK Percentages of Color #993fbf

%20
%67
%0
%25

Triadic Colors of #993fbf

#993fbf #bf993f #3fbf99

Analogous Colors of #993fbf

#993fbf #bf3fa5 #593fbf

Monochromatic Colors of #993fbf

#993fbf

Complementary Color

#993fbf #65bf3f

#993fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#993fbf Color CSS Codes

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

#993fbf Text Font Color

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

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


#993fbf Background Color

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

This div background color is #993fbf


#993fbf Border Color

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

This div border color is #993fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993fbf


Comments

No comments written yet.

Please login to write comment.