Color Hex Logo

#993dbc Color Hex

#993DBC
(153,61,188)
0 Favorites   0 Comments

Color spaces of #993dbc

RGB 15361188
HSL0.790.510.49
HSV283°68°74°
CMYK 0.190.680.00   0.26
XYZ23.882713.740648.9704
Yxy13.74060.27580.1587
Hunter Lab37.068350.1360-52.3793
CIE-Lab43.858657.5026-50.0293

#993dbc color RGB value is (153,61,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111101 10111100
Octal 231 75 274
Decimal 153 61 188
Hex 99 3D BC

RGB Percentages of Color #993dbc

%38.06
%15.17
%46.77

CMYK Percentages of Color #993dbc

%19
%68
%0
%26

Triadic Colors of #993dbc

#993dbc #bc993d #3dbc99

Analogous Colors of #993dbc

#993dbc #bc3da0 #593dbc

Monochromatic Colors of #993dbc

#993dbc

Complementary Color

#993dbc #60bc3d

#993dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#993dbc Color CSS Codes

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

#993dbc Text Font Color

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

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


#993dbc Background Color

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

This div background color is #993dbc


#993dbc Border Color

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

This div border color is #993dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993dbc


Comments

No comments written yet.

Please login to write comment.