Color Hex Logo

#b075ed Color Hex

#B075ED
(176,117,237)
0 Favorites   0 Comments

Color spaces of #b075ed

RGB 176117237
HSL0.750.770.69
HSV270°51°93°
CMYK 0.260.510.00   0.07
XYZ39.551828.067183.4536
Yxy28.06710.26180.1858
Hunter Lab52.978440.5496-56.3110
CIE-Lab59.949345.9219-52.0841

#b075ed color RGB value is (176,117,237).

#b075ed hex color red value is 176, green value is 117 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b075ed hue: 0.75 , saturation: 0.77 and the lightness value of b075ed is 0.69.

The process color (four color CMYK) of #b075ed color hex is 0.26, 0.51, 0.00, 0.07. Web safe color of #b075ed is #9966ff. Color #b075ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110101 11101101
Octal 260 165 355
Decimal 176 117 237
Hex B0 75 ED

RGB Percentages of Color #b075ed

%33.21
%22.08
%44.72

CMYK Percentages of Color #b075ed

%26
%51
%0
%7

Triadic Colors of #b075ed

#b075ed #edb075 #75edb0

Analogous Colors of #b075ed

#b075ed #ec75ed #7576ed

Monochromatic Colors of #b075ed

#b075ed

Complementary Color

#b075ed #b2ed75

#b075ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b075ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b075ed Color CSS Codes

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

#b075ed Text Font Color

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

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


#b075ed Background Color

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

This div background color is #b075ed


#b075ed Border Color

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

This div border color is #b075ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,117,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b075ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b075ed;
  -webkit-box-shadow: 1px 1px 3px 2px #b075ed;
  box-shadow:         1px 1px 3px 2px #b075ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,117,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b075ed


Comments

No comments written yet.

Please login to write comment.