Color Hex Logo

#7246bd Color Hex

#7246BD
(114,70,189)
0 Favorites   0 Comments

Color spaces of #7246bd

RGB 11470189
HSL0.730.470.51
HSV262°63°74°
CMYK 0.400.630.00   0.26
XYZ18.314911.631849.4240
Yxy11.63180.23080.1466
Hunter Lab34.105436.1715-62.0465
CIE-Lab40.624844.7240-56.0764

#7246bd color RGB value is (114,70,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000110 10111101
Octal 162 106 275
Decimal 114 70 189
Hex 72 46 BD

RGB Percentages of Color #7246bd

%30.56
%18.77
%50.67

CMYK Percentages of Color #7246bd

%40
%63
%0
%26

Triadic Colors of #7246bd

#7246bd #bd7246 #46bd72

Analogous Colors of #7246bd

#7246bd #ae46bd #4656bd

Monochromatic Colors of #7246bd

#7246bd

Complementary Color

#7246bd #91bd46

#7246bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7246bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7246bd Color CSS Codes

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

#7246bd Text Font Color

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

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


#7246bd Background Color

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

This div background color is #7246bd


#7246bd Border Color

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

This div border color is #7246bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7246bd


Comments

No comments written yet.

Please login to write comment.