Color Hex Logo

#7538bd Color Hex

#7538BD
(117,56,189)
0 Favorites   0 Comments

Color spaces of #7538bd

RGB 11756189
HSL0.740.540.48
HSV268°70°74°
CMYK 0.380.700.00   0.26
XYZ17.935610.284449.1839
Yxy10.28440.23170.1329
Hunter Lab32.069343.7095-68.4831
CIE-Lab38.348152.5300-59.7525

#7538bd color RGB value is (117,56,189).

#7538bd hex color red value is 117, green value is 56 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7538bd hue: 0.74 , saturation: 0.54 and the lightness value of 7538bd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111000 10111101
Octal 165 70 275
Decimal 117 56 189
Hex 75 38 BD

RGB Percentages of Color #7538bd

%32.32
%15.47
%52.21

CMYK Percentages of Color #7538bd

%38
%70
%0
%26

Triadic Colors of #7538bd

#7538bd #bd7538 #38bd75

Analogous Colors of #7538bd

#7538bd #b838bd #383dbd

Monochromatic Colors of #7538bd

#7538bd

Complementary Color

#7538bd #80bd38

#7538bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7538bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7538bd Color CSS Codes

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

#7538bd Text Font Color

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

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


#7538bd Background Color

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

This div background color is #7538bd


#7538bd Border Color

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

This div border color is #7538bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7538bd


Comments

No comments written yet.

Please login to write comment.