Color Hex Logo

#993fdc Color Hex

#993FDC
(153,63,220)
0 Favorites   0 Comments

Color spaces of #993fdc

RGB 15363220
HSL0.760.690.55
HSV274°71°86°
CMYK 0.300.710.00   0.14
XYZ27.832615.494669.2340
Yxy15.49460.24730.1377
Hunter Lab39.363257.3268-76.7281
CIE-Lab46.304363.4752-64.5608

#993fdc color RGB value is (153,63,220).

#993fdc hex color red value is 153, green value is 63 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #993fdc hue: 0.76 , saturation: 0.69 and the lightness value of 993fdc is 0.55.

The process color (four color CMYK) of #993fdc color hex is 0.30, 0.71, 0.00, 0.14. Web safe color of #993fdc is #9933cc. Color #993fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111111 11011100
Octal 231 77 334
Decimal 153 63 220
Hex 99 3F DC

RGB Percentages of Color #993fdc

%35.09
%14.45
%50.46

CMYK Percentages of Color #993fdc

%30
%71
%0
%14

Triadic Colors of #993fdc

#993fdc #dc993f #3fdc99

Analogous Colors of #993fdc

#993fdc #dc3fd1 #4b3fdc

Monochromatic Colors of #993fdc

#993fdc

Complementary Color

#993fdc #82dc3f

#993fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#993fdc Color CSS Codes

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

#993fdc Text Font Color

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

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


#993fdc Background Color

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

This div background color is #993fdc


#993fdc Border Color

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

This div border color is #993fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993fdc


Comments

No comments written yet.

Please login to write comment.