Color Hex Logo

#731bbd Color Hex

#731BBD
(115,27,189)
0 Favorites   0 Comments

Color spaces of #731bbd

RGB 11527189
HSL0.760.750.42
HSV273°86°74°
CMYK 0.390.860.00   0.26
XYZ16.64758.102848.8307
Yxy8.10280.22620.1101
Hunter Lab28.465454.5781-81.7826
CIE-Lab34.196163.3899-66.5430

#731bbd color RGB value is (115,27,189).

#731bbd hex color red value is 115, green value is 27 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #731bbd hue: 0.76 , saturation: 0.75 and the lightness value of 731bbd is 0.42.

The process color (four color CMYK) of #731bbd color hex is 0.39, 0.86, 0.00, 0.26. Web safe color of #731bbd is #6633cc. Color #731bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011011 10111101
Octal 163 33 275
Decimal 115 27 189
Hex 73 1B BD

RGB Percentages of Color #731bbd

%34.74
%8.16
%57.10

CMYK Percentages of Color #731bbd

%39
%86
%0
%26

Triadic Colors of #731bbd

#731bbd #bd731b #1bbd73

Analogous Colors of #731bbd

#731bbd #bd1bb6 #221bbd

Monochromatic Colors of #731bbd

#731bbd

Complementary Color

#731bbd #65bd1b

#731bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#731bbd Color CSS Codes

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

#731bbd Text Font Color

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

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


#731bbd Background Color

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

This div background color is #731bbd


#731bbd Border Color

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

This div border color is #731bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731bbd


Comments

No comments written yet.

Please login to write comment.