Color Hex Logo

#731bdd Color Hex

#731BDD
(115,27,221)
0 Favorites   0 Comments

Color spaces of #731bdd

RGB 11527221
HSL0.740.780.49
HSV267°88°87°
CMYK 0.480.880.00   0.13
XYZ20.51339.649269.1879
Yxy9.64920.20650.0971
Hunter Lab31.063263.5162-110.3142
CIE-Lab37.205370.5846-80.2105

#731bdd color RGB value is (115,27,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011011 11011101
Octal 163 33 335
Decimal 115 27 221
Hex 73 1B DD

RGB Percentages of Color #731bdd

%31.68
%7.44
%60.88

CMYK Percentages of Color #731bdd

%48
%88
%0
%13

Triadic Colors of #731bdd

#731bdd #dd731b #1bdd73

Analogous Colors of #731bdd

#731bdd #d41bdd #1b24dd

Monochromatic Colors of #731bdd

#731bdd

Complementary Color

#731bdd #85dd1b

#731bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#731bdd Color CSS Codes

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

#731bdd Text Font Color

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

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


#731bdd Background Color

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

This div background color is #731bdd


#731bdd Border Color

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

This div border color is #731bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731bdd


Comments

No comments written yet.

Please login to write comment.