Color Hex Logo

#731ecd Color Hex

#731ECD
(115,30,205)
0 Favorites   0 Comments

Color spaces of #731ecd

RGB 11530205
HSL0.750.740.46
HSV269°85°80°
CMYK 0.440.850.00   0.20
XYZ18.55398.981258.5132
Yxy8.98120.21560.1044
Hunter Lab29.968758.0661-94.7845
CIE-Lab35.948166.1333-73.0371

#731ecd color RGB value is (115,30,205).

#731ecd hex color red value is 115, green value is 30 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #731ecd hue: 0.75 , saturation: 0.74 and the lightness value of 731ecd is 0.46.

The process color (four color CMYK) of #731ecd color hex is 0.44, 0.85, 0.00, 0.20. Web safe color of #731ecd is #6633cc. Color #731ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011110 11001101
Octal 163 36 315
Decimal 115 30 205
Hex 73 1E CD

RGB Percentages of Color #731ecd

%32.86
%8.57
%58.57

CMYK Percentages of Color #731ecd

%44
%85
%0
%20

Triadic Colors of #731ecd

#731ecd #cd731e #1ecd73

Analogous Colors of #731ecd

#731ecd #cb1ecd #1e21cd

Monochromatic Colors of #731ecd

#731ecd

Complementary Color

#731ecd #78cd1e

#731ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#731ecd Color CSS Codes

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

#731ecd Text Font Color

<p style="color:#731ecd">Text here</p>

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


#731ecd Background Color

<div style="background-color:#731ecd">
Div content here</div>

This div background color is #731ecd


#731ecd Border Color

<div style="border:3px solid #731ecd">
Div here</div>

This div border color is #731ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,30,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #731ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #731ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #731ecd;
  box-shadow:         1px 1px 3px 2px #731ecd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,30,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731ecd


Comments

No comments written yet.

Please login to write comment.