Color Hex Logo

#7231bd Color Hex

#7231BD
(114,49,189)
0 Favorites   0 Comments

Color spaces of #7231bd

RGB 11449189
HSL0.740.590.47
HSV268°74°74°
CMYK 0.400.740.00   0.26
XYZ17.22319.448249.0600
Yxy9.44820.22740.1248
Hunter Lab30.737946.2259-73.1147
CIE-Lab36.833355.2103-62.2353

#7231bd color RGB value is (114,49,189).

#7231bd hex color red value is 114, green value is 49 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7231bd hue: 0.74 , saturation: 0.59 and the lightness value of 7231bd is 0.47.

The process color (four color CMYK) of #7231bd color hex is 0.40, 0.74, 0.00, 0.26. Web safe color of #7231bd is #6633cc. Color #7231bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110001 10111101
Octal 162 61 275
Decimal 114 49 189
Hex 72 31 BD

RGB Percentages of Color #7231bd

%32.39
%13.92
%53.69

CMYK Percentages of Color #7231bd

%40
%74
%0
%26

Triadic Colors of #7231bd

#7231bd #bd7231 #31bd72

Analogous Colors of #7231bd

#7231bd #b831bd #3136bd

Monochromatic Colors of #7231bd

#7231bd

Complementary Color

#7231bd #7cbd31

#7231bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7231bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7231bd Color CSS Codes

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

#7231bd Text Font Color

<p style="color:#7231bd">Text here</p>

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


#7231bd Background Color

<div style="background-color:#7231bd">
Div content here</div>

This div background color is #7231bd


#7231bd Border Color

<div style="border:3px solid #7231bd">
Div here</div>

This div border color is #7231bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,49,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7231bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7231bd;
  -webkit-box-shadow: 1px 1px 3px 2px #7231bd;
  box-shadow:         1px 1px 3px 2px #7231bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,49,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 #7231bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7231bd


Comments

No comments written yet.

Please login to write comment.