Color Hex Logo

#731bec Color Hex

#731BEC
(115,27,236)
0 Favorites   0 Comments

Color spaces of #731bec

RGB 11527236
HSL0.740.850.52
HSV265°89°93°
CMYK 0.510.890.00   0.07
XYZ22.602510.484880.1894
Yxy10.48480.19950.0926
Hunter Lab32.380267.9336-124.1650
CIE-Lab38.698874.0016-86.3047

#731bec color RGB value is (115,27,236).

#731bec hex color red value is 115, green value is 27 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #731bec hue: 0.74 , saturation: 0.85 and the lightness value of 731bec is 0.52.

The process color (four color CMYK) of #731bec color hex is 0.51, 0.89, 0.00, 0.07. Web safe color of #731bec is #6633ff. Color #731bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011011 11101100
Octal 163 33 354
Decimal 115 27 236
Hex 73 1B EC

RGB Percentages of Color #731bec

%30.42
%7.14
%62.43

CMYK Percentages of Color #731bec

%51
%89
%0
%7

Triadic Colors of #731bec

#731bec #ec731b #1bec73

Analogous Colors of #731bec

#731bec #dc1bec #1b2cec

Monochromatic Colors of #731bec

#731bec

Complementary Color

#731bec #94ec1b

#731bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#731bec Color CSS Codes

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

#731bec Text Font Color

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

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


#731bec Background Color

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

This div background color is #731bec


#731bec Border Color

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

This div border color is #731bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731bec


Comments

No comments written yet.

Please login to write comment.