Color Hex Logo

#731cdf Color Hex

#731CDF
(115,28,223)
0 Favorites   0 Comments

Color spaces of #731cdf

RGB 11528223
HSL0.740.780.49
HSV267°87°87°
CMYK 0.480.870.00   0.13
XYZ20.80489.803170.6077
Yxy9.80310.20550.0969
Hunter Lab31.309963.8173-111.7893
CIE-Lab37.486770.7857-80.8936

#731cdf color RGB value is (115,28,223).

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

The process color (four color CMYK) of #731cdf color hex is 0.48, 0.87, 0.00, 0.13. Web safe color of #731cdf is #6633cc. Color #731cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011100 11011111
Octal 163 34 337
Decimal 115 28 223
Hex 73 1C DF

RGB Percentages of Color #731cdf

%31.42
%7.65
%60.93

CMYK Percentages of Color #731cdf

%48
%87
%0
%13

Triadic Colors of #731cdf

#731cdf #df731c #1cdf73

Analogous Colors of #731cdf

#731cdf #d51cdf #1c27df

Monochromatic Colors of #731cdf

#731cdf

Complementary Color

#731cdf #88df1c

#731cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#731cdf Color CSS Codes

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

#731cdf Text Font Color

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

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


#731cdf Background Color

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

This div background color is #731cdf


#731cdf Border Color

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

This div border color is #731cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731cdf


Comments

No comments written yet.

Please login to write comment.