Color Hex Logo

#731adc Color Hex

#731ADC
(115,26,220)
0 Favorites   0 Comments

Color spaces of #731adc

RGB 11526220
HSL0.740.790.48
HSV268°88°86°
CMYK 0.480.880.00   0.14
XYZ20.35799.550968.4807
Yxy9.55090.20690.0971
Hunter Lab30.904563.5013-109.7463
CIE-Lab37.024070.6068-79.9353

#731adc color RGB value is (115,26,220).

#731adc hex color red value is 115, green value is 26 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #731adc hue: 0.74 , saturation: 0.79 and the lightness value of 731adc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011010 11011100
Octal 163 32 334
Decimal 115 26 220
Hex 73 1A DC

RGB Percentages of Color #731adc

%31.86
%7.20
%60.94

CMYK Percentages of Color #731adc

%48
%88
%0
%14

Triadic Colors of #731adc

#731adc #dc731a #1adc73

Analogous Colors of #731adc

#731adc #d41adc #1a22dc

Monochromatic Colors of #731adc

#731adc

Complementary Color

#731adc #83dc1a

#731adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#731adc Color CSS Codes

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

#731adc Text Font Color

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

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


#731adc Background Color

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

This div background color is #731adc


#731adc Border Color

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

This div border color is #731adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731adc


Comments

No comments written yet.

Please login to write comment.