Color Hex Logo

#731ce1 Color Hex

#731CE1
(115,28,225)
0 Favorites   0 Comments

Color spaces of #731ce1

RGB 11528225
HSL0.740.780.50
HSV266°88°88°
CMYK 0.490.880.00   0.12
XYZ21.07619.911672.0365
Yxy9.91160.20460.0962
Hunter Lab31.482764.4022-113.6253
CIE-Lab37.683371.2425-81.7145

#731ce1 color RGB value is (115,28,225).

#731ce1 hex color red value is 115, green value is 28 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #731ce1 hue: 0.74 , saturation: 0.78 and the lightness value of 731ce1 is 0.50.

The process color (four color CMYK) of #731ce1 color hex is 0.49, 0.88, 0.00, 0.12. Web safe color of #731ce1 is #6633cc. Color #731ce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011100 11100001
Octal 163 34 341
Decimal 115 28 225
Hex 73 1C E1

RGB Percentages of Color #731ce1

%31.25
%7.61
%61.14

CMYK Percentages of Color #731ce1

%49
%88
%0
%12

Triadic Colors of #731ce1

#731ce1 #e1731c #1ce173

Analogous Colors of #731ce1

#731ce1 #d61ce1 #1c28e1

Monochromatic Colors of #731ce1

#731ce1

Complementary Color

#731ce1 #8ae11c

#731ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#731ce1 Color CSS Codes

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

#731ce1 Text Font Color

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

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


#731ce1 Background Color

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

This div background color is #731ce1


#731ce1 Border Color

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

This div border color is #731ce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731ce1


Comments

No comments written yet.

Please login to write comment.