Color Hex Logo

#993daf Color Hex

#993DAF
(153,61,175)
0 Favorites   0 Comments

Color spaces of #993daf

RGB 15361175
HSL0.800.480.46
HSV288°65°69°
CMYK 0.130.650.00   0.31
XYZ22.543513.204941.9181
Yxy13.20490.29030.1700
Hunter Lab36.338547.1444-42.9566
CIE-Lab43.070454.8889-43.6481

#993daf color RGB value is (153,61,175).

#993daf hex color red value is 153, green value is 61 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #993daf hue: 0.80 , saturation: 0.48 and the lightness value of 993daf is 0.46.

The process color (four color CMYK) of #993daf color hex is 0.13, 0.65, 0.00, 0.31. Web safe color of #993daf is #993399. Color #993daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111101 10101111
Octal 231 75 257
Decimal 153 61 175
Hex 99 3D AF

RGB Percentages of Color #993daf

%39.33
%15.68
%44.99

CMYK Percentages of Color #993daf

%13
%65
%0
%31

Triadic Colors of #993daf

#993daf #af993d #3daf99

Analogous Colors of #993daf

#993daf #af3d8c #603daf

Monochromatic Colors of #993daf

#993daf

Complementary Color

#993daf #53af3d

#993daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#993daf Color CSS Codes

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

#993daf Text Font Color

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

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


#993daf Background Color

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

This div background color is #993daf


#993daf Border Color

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

This div border color is #993daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993daf


Comments

No comments written yet.

Please login to write comment.