Color Hex Logo

#913dcc Color Hex

#913DCC
(145,61,204)
0 Favorites   0 Comments

Color spaces of #913dcc

RGB 14561204
HSL0.760.580.52
HSV275°70°80°
CMYK 0.290.700.00   0.20
XYZ24.244913.716958.4965
Yxy13.71690.25140.1422
Hunter Lab37.036352.0369-67.7193
CIE-Lab43.824259.2380-59.4422

#913dcc color RGB value is (145,61,204).

#913dcc hex color red value is 145, green value is 61 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #913dcc hue: 0.76 , saturation: 0.58 and the lightness value of 913dcc is 0.52.

The process color (four color CMYK) of #913dcc color hex is 0.29, 0.70, 0.00, 0.20. Web safe color of #913dcc is #9933cc. Color #913dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111101 11001100
Octal 221 75 314
Decimal 145 61 204
Hex 91 3D CC

RGB Percentages of Color #913dcc

%35.37
%14.88
%49.76

CMYK Percentages of Color #913dcc

%29
%70
%0
%20

Triadic Colors of #913dcc

#913dcc #cc913d #3dcc91

Analogous Colors of #913dcc

#913dcc #cc3dc0 #493dcc

Monochromatic Colors of #913dcc

#913dcc

Complementary Color

#913dcc #78cc3d

#913dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#913dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#913dcc Color CSS Codes

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

#913dcc Text Font Color

<p style="color:#913dcc">Text here</p>

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


#913dcc Background Color

<div style="background-color:#913dcc">
Div content here</div>

This div background color is #913dcc


#913dcc Border Color

<div style="border:3px solid #913dcc">
Div here</div>

This div border color is #913dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,61,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #913dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #913dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #913dcc;
  box-shadow:         1px 1px 3px 2px #913dcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #913dcc


Comments

No comments written yet.

Please login to write comment.